summaryrefslogtreecommitdiff
path: root/rts/RtsMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsMain.c')
-rw-r--r--rts/RtsMain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/RtsMain.c b/rts/RtsMain.c
index 154eafa0e0..48df8e9db7 100644
--- a/rts/RtsMain.c
+++ b/rts/RtsMain.c
@@ -54,8 +54,6 @@ int hs_main ( int argc, char *argv[], // program args
// to mainIO_closure representing the computation of the overall program;
// then enter the scheduler with this thread and off we go;
//
- // the same for GranSim (we have only one instance of this code)
- //
// in a parallel setup, where we have many instances of this code
// running on different PEs, we should do this only for the main PE
// (IAmMainThread is set in startupHaskell)