diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-04-01 10:58:53 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-04-01 10:58:53 +0000 |
commit | f24b406604bc64ff15ab57942d995ffcb5f2dc08 (patch) | |
tree | 704e52093642311b8f4b34d770e4c4ba077dab83 /rts | |
parent | ab6d5c717abc8d6918c891a646e9f1c403355483 (diff) | |
download | haskell-f24b406604bc64ff15ab57942d995ffcb5f2dc08.tar.gz |
remove out of date comment
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Schedule.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c index e3d025a180..f3982b148b 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -1309,9 +1309,6 @@ scheduleHandleThreadBlocked( StgTSO *t // ASSERT(t->why_blocked != NotBlocked); // Not true: for example, - // - in THREADED_RTS, the thread may already have been woken - // up by another Capability. This actually happens: try - // conc023 +RTS -N2. // - the thread may have woken itself up already, because // threadPaused() might have raised a blocked throwTo // exception, see maybePerformBlockedException(). |