From: sof Date: Tue, 8 Apr 2003 15:53:51 +0000 (+0000) Subject: [project @ 2003-04-08 15:53:51 by sof] X-Git-Tag: Approx_11550_changesets_converted~985 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dfbf36a9588da7d50467950603fc3385088b4f72;p=ghc-hetmet.git [project @ 2003-04-08 15:53:51 by sof] resumeThread: concCall arg is universally unused (but leave it in for now) --- diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 4bbe486..74c561b 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.167 2003/04/02 00:28:59 sof Exp $ + * $Id: Schedule.c,v 1.168 2003/04/08 15:53:51 sof Exp $ * * (c) The GHC Team, 1998-2000 * @@ -1669,11 +1669,7 @@ suspendThread( StgRegTable *reg, StgRegTable * resumeThread( StgInt tok, - rtsBool concCall -#if !defined(RTS_SUPPORTS_THREADS) - STG_UNUSED -#endif - ) + rtsBool concCall STG_UNUSED ) { StgTSO *tso, **prev; Capability *cap;