From dfbf36a9588da7d50467950603fc3385088b4f72 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 8 Apr 2003 15:53:51 +0000 Subject: [PATCH] [project @ 2003-04-08 15:53:51 by sof] resumeThread: concCall arg is universally unused (but leave it in for now) --- ghc/rts/Schedule.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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; -- 1.7.10.4