diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-19 19:11:09 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-19 19:11:30 +0100 |
commit | 9d819804bc0ccf1fed384a4145014c257e85e848 (patch) | |
tree | 719510836cb9210b7c6630388320081e3fc75211 /rts/Schedule.h | |
parent | c4aa959bd771f7e69c7f0da1e857599f513d5331 (diff) | |
download | haskell-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/Schedule.h')
-rw-r--r-- | rts/Schedule.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h index d61be04bb7..eb5135b365 100644 --- a/rts/Schedule.h +++ b/rts/Schedule.h @@ -96,8 +96,6 @@ extern volatile StgWord recent_activity; /* Thread queues. * Locks required : sched_mutex - * - * In GranSim we have one run/blocked_queue per PE. */ extern StgTSO *blackhole_queue; #if !defined(THREADED_RTS) |