X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsAPI.c;h=8d1cfd998607c7ce73274edc1be24296d35ac2e4;hb=324e96d2ebfcb113cd97c43ef043d591ef87de71;hp=835db722d788e37f95c02135fdcc2eaec41ceb9d;hpb=aefc6956f4828708e1343cf4858296fc3141a176;p=ghc-hetmet.git diff --git a/ghc/rts/RtsAPI.c b/ghc/rts/RtsAPI.c index 835db72..8d1cfd9 100644 --- a/ghc/rts/RtsAPI.c +++ b/ghc/rts/RtsAPI.c @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: RtsAPI.c,v 1.48 2003/10/01 10:36:49 wolfgang Exp $ + * $Id: RtsAPI.c,v 1.49 2003/10/01 10:49:07 wolfgang Exp $ * * (c) The GHC Team, 1998-2001 * @@ -501,12 +501,6 @@ rts_lock() // b) wake the current worker thread from awaitEvent() // (so that a thread started by rts_eval* will start immediately) grabReturnCapability(&sched_mutex,&rtsApiCapability); - - // In the RTS hasn't been entered yet, - // start a RTS task. - // If there is already a task available (waiting for the work capability), - // this will do nothing. - startSchedulerTask(); #endif }