From: panne Date: Fri, 27 Dec 2002 12:33:21 +0000 (+0000) Subject: [project @ 2002-12-27 12:33:21 by panne] X-Git-Tag: Approx_11550_changesets_converted~1311 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d22a123f2351c8c31dc4f65981edd96b59b27c54;p=ghc-hetmet.git [project @ 2002-12-27 12:33:21 by panne] Nuked prototype for non-existent function 'RevertCAFs'. Even if this should be the same as ghc/rts/Storage.h's 'revertCAFs', it would still be a strange place... --- diff --git a/ghc/includes/SchedAPI.h b/ghc/includes/SchedAPI.h index 63d2d09..524b1da 100644 --- a/ghc/includes/SchedAPI.h +++ b/ghc/includes/SchedAPI.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: SchedAPI.h,v 1.16 2002/12/11 15:36:39 simonmar Exp $ + * $Id: SchedAPI.h,v 1.17 2002/12/27 12:33:21 panne Exp $ * * (c) The GHC Team 1998-2002 * @@ -97,9 +97,4 @@ extern int howManyThreadsAvail ( void ); */ extern void finishAllThreads ( void ); -/* - * Reverting CAFs - */ -extern void RevertCAFs ( void ); - #endif