X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=d96762020e9607130dc85d063cdc6dffb7da7d97;hb=b70c8066194c34f7368f5f915f94970ea1decb71;hp=3000059cc3c1c6b0832d19e86bdc932add43cb1b;hpb=3633e894a07a1d198dfc964c51024853c2c96537;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 3000059..d967620 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -83,9 +83,6 @@ 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 HsInt64 getAllocations( void );