From 410a99e4d59c22940db2adf59fb912435b71d24b Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 15 Dec 2003 16:43:45 +0000 Subject: [PATCH] [project @ 2003-12-15 16:43:45 by simonmar] Debugging output wibble --- ghc/rts/Capability.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/rts/Capability.c b/ghc/rts/Capability.c index dd5d0e7..1d78982 100644 --- a/ghc/rts/Capability.c +++ b/ghc/rts/Capability.c @@ -201,10 +201,8 @@ void releaseCapability(Capability* cap signalCondition(&thread_ready_cond); startSchedulerTaskIfNecessary(); // if there is more work to be done, // we'll need a new thread - } -#endif -#ifdef RTS_SUPPORTS_THREADS IF_DEBUG(scheduler, sched_belch("worker: released capability")); + } #endif return; } -- 1.7.10.4