X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FSchedAPI.h;h=524b1da9f58f47b561b17837bb06ab740fee5ec9;hb=c2e526179d6f642a75f1e5dc0c59423246734173;hp=63d2d0993c58044434cfa0ff4f5708f84bda1041;hpb=0bffc410964e1688ad80d277d53400659e697ab5;p=ghc-hetmet.git 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