X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsAPI.c;h=ea3e4a5fc0c10a1e65e7d2b24bf22e5cab41a835;hb=9213df4a0c5a8f121832d36d6d3afbf1c80f1a0a;hp=b05393bc656c341ce509876f5549a22f1371d9d7;hpb=f832c312c2a879f98da09cf261ce4f8cb63259eb;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