[project @ 2005-11-03 15:15:14 by simonmar]
[ghc-hetmet.git] / ghc / rts / posix / Signals.c
index 0bceeb4..036411f 100644 (file)
@@ -349,8 +349,6 @@ startSignalHandlers(void)
 {
   blockUserSignals();
   
-  ASSERT_LOCK_HELD(&sched_mutex);
-
   while (next_pending_handler != pending_handler_buf) {
 
     next_pending_handler--;