summaryrefslogtreecommitdiff
path: root/rts/RtsMain.c
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-03-19 19:11:09 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2015-03-19 19:11:30 +0100
commit9d819804bc0ccf1fed384a4145014c257e85e848 (patch)
tree719510836cb9210b7c6630388320081e3fc75211 /rts/RtsMain.c
parentc4aa959bd771f7e69c7f0da1e857599f513d5331 (diff)
downloadhaskell-9d819804bc0ccf1fed384a4145014c257e85e848.tar.gz
Remove comments and flag for GranSim
The GranSim code was removed in dd56e9ab and 297b05a9 in 2009, and perhaps other commits I couldn't find. Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D737
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)