From: simonmar Date: Thu, 27 May 2004 15:21:37 +0000 (+0000) Subject: [project @ 2004-05-27 15:21:37 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1826 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e663fcfae623ed0845946bf38263dd44defc1547;p=ghc-hetmet.git [project @ 2004-05-27 15:21:37 by simonmar] Remove part of previous patch which was for debugging only. --- diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 9f5a7cc..f8a6587 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -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.