[project @ 2004-05-27 15:21:37 by simonmar]
authorsimonmar <unknown>
Thu, 27 May 2004 15:21:37 +0000 (15:21 +0000)
committersimonmar <unknown>
Thu, 27 May 2004 15:21:37 +0000 (15:21 +0000)
Remove part of previous patch which was for debugging only.

ghc/rts/Schedule.c

index 9f5a7cc..f8a6587 100644 (file)
@@ -1,5 +1,5 @@
 /* ---------------------------------------------------------------------------
- * $Id: Schedule.c,v 1.197 2004/05/27 15:18:31 simonmar Exp $
+ * $Id: Schedule.c,v 1.198 2004/05/27 15:21:37 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2003
  *
@@ -395,7 +395,7 @@ schedule( StgMainThread *mainThread USED_WHEN_RTS_SUPPORTS_THREADS,
 
 #endif
 
-//     IF_DEBUG(scheduler, printAllThreads());
+     IF_DEBUG(scheduler, printAllThreads());
 
 #if defined(RTS_SUPPORTS_THREADS)
       // Yield the capability to higher-priority tasks if necessary.