summaryrefslogtreecommitdiff
path: root/rts/Threads.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/Threads.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/Threads.c')
-rw-r--r--rts/Threads.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Threads.c b/rts/Threads.c
index 99f2be7304..ce297bd34e 100644
--- a/rts/Threads.c
+++ b/rts/Threads.c
@@ -53,8 +53,6 @@ static StgThreadID next_thread_id = 1;
createGenThread() and createIOThread() (in SchedAPI.h) are
convenient packaged versions of this function.
-
- currently pri (priority) is only used in a GRAN setup -- HWL
------------------------------------------------------------------------ */
StgTSO *
createThread(Capability *cap, W_ size)