[project @ 2003-06-27 18:28:31 by sof]
[ghc-hetmet.git] / ghc / includes / SchedAPI.h
index 63d2d09..524b1da 100644 (file)
@@ -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