From: simonmar Date: Wed, 28 Aug 2002 13:02:51 +0000 (+0000) Subject: [project @ 2002-08-28 13:02:51 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1747 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bfc81d864fe982c197fdbd002fd5b02334cc049c;p=ghc-hetmet.git [project @ 2002-08-28 13:02:51 by simonmar] Remove duplicate sched_belch() call from raiseAsync(). --- 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