Split GC.c, and move storage manager into sm/ directory
[ghc-hetmet.git] / includes / RtsExternal.h
index da03bb4..d967620 100644 (file)
@@ -83,12 +83,8 @@ extern void* allocateExec(unsigned int len);
    Storage manager stuff exported
    -------------------------------------------------------------------------- */
 
-/* Prototype for an evacuate-like function */
-typedef void (*evac_fn)(StgClosure **);
-
 extern void performGC(void);
 extern void performMajorGC(void);
-extern void performGCWithRoots(void (*get_roots)(evac_fn));
 extern HsInt64 getAllocations( void );
 extern void revertCAFs( void );
 extern void dirty_MUT_VAR(StgRegTable *reg, StgClosure *p);