From d22a123f2351c8c31dc4f65981edd96b59b27c54 Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 27 Dec 2002 12:33:21 +0000 Subject: [PATCH] [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... --- ghc/includes/SchedAPI.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 1.7.10.4