summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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().