From bfc81d864fe982c197fdbd002fd5b02334cc049c Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 28 Aug 2002 13:02:51 +0000 Subject: [PATCH] [project @ 2002-08-28 13:02:51 by simonmar] Remove duplicate sched_belch() call from raiseAsync(). --- ghc/rts/Schedule.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 468a596..56426a5 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.152 2002/08/16 13:29:07 simonmar Exp $ + * $Id: Schedule.c,v 1.153 2002/08/28 13:02:51 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -3258,7 +3258,6 @@ raiseAsync(StgTSO *tso, StgClosure *exception) /* Remove it from any blocking queues */ unblockThread(tso); - IF_DEBUG(scheduler, sched_belch("raising exception in thread %ld.", tso->id)); /* The stack freezing code assumes there's a closure pointer on * the top of the stack. This isn't always the case with compiled * code, so we have to push a dummy closure on the top which just -- 1.7.10.4