summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-04-01 10:58:53 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-04-01 10:58:53 +0000
commitf24b406604bc64ff15ab57942d995ffcb5f2dc08 (patch)
tree704e52093642311b8f4b34d770e4c4ba077dab83 /rts
parentab6d5c717abc8d6918c891a646e9f1c403355483 (diff)
downloadhaskell-f24b406604bc64ff15ab57942d995ffcb5f2dc08.tar.gz
remove out of date comment
Diffstat (limited to 'rts')
-rw-r--r--rts/Schedule.c3
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().