X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsAPI.c;h=ea3e4a5fc0c10a1e65e7d2b24bf22e5cab41a835;hb=20fc2f0ced64a12d8e44956931b2ac341ed2186f;hp=b05393bc656c341ce509876f5549a22f1371d9d7;hpb=982fe3c72ef579a955271b772c14fd7a10a6144a;p=ghc-hetmet.git diff --git a/ghc/rts/RtsAPI.c b/ghc/rts/RtsAPI.c index b05393b..ea3e4a5 100644 --- a/ghc/rts/RtsAPI.c +++ b/ghc/rts/RtsAPI.c @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: RtsAPI.c,v 1.25 2001/02/08 14:36:21 simonmar Exp $ + * $Id: RtsAPI.c,v 1.26 2001/03/22 03:51:10 hwloidl Exp $ * * (c) The GHC Team, 1998-2001 * @@ -356,21 +356,6 @@ rts_evalLazyIO (HaskellObj p, unsigned int stack_size, /*out*/HaskellObj *ret) return waitThread(tso, ret); } -#if defined(PAR) -/* - Needed in the parallel world for non-Main PEs, which do not get a piece - of work to start with --- they have to humbly ask for it -*/ - -SchedulerStatus -rts_evalNothing(unsigned int stack_size) -{ - /* ToDo: propagate real SchedulerStatus back to caller */ - scheduleThread(END_TSO_QUEUE); - return Success; -} -#endif - /* Convenience function for decoding the returned status. */ void