X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsAPI.h;fp=ghc%2Fincludes%2FRtsAPI.h;h=b3ea1d622b7fc48376f9d3bd7aae7fbf96c1b42b;hb=20fc2f0ced64a12d8e44956931b2ac341ed2186f;hp=6b249a807dc8133e9d7c8045d8627a1f8c27f243;hpb=982fe3c72ef579a955271b772c14fd7a10a6144a;p=ghc-hetmet.git diff --git a/ghc/includes/RtsAPI.h b/ghc/includes/RtsAPI.h index 6b249a8..b3ea1d6 100644 --- a/ghc/includes/RtsAPI.h +++ b/ghc/includes/RtsAPI.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: RtsAPI.h,v 1.20 2001/02/09 12:09:33 simonmar Exp $ + * $Id: RtsAPI.h,v 1.21 2001/03/22 03:51:09 hwloidl Exp $ * * (c) The GHC Team, 1998-1999 * @@ -95,11 +95,6 @@ rts_evalIO ( HaskellObj p, /*out*/HaskellObj *ret ); SchedulerStatus rts_evalLazyIO ( HaskellObj p, unsigned int stack_size, /*out*/HaskellObj *ret ); -#if defined(PAR) || defined(SMP) -SchedulerStatus -rts_evalNothing(unsigned int stack_size); -#endif - void rts_checkSchedStatus ( char* site, SchedulerStatus rc);