X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=3000059cc3c1c6b0832d19e86bdc932add43cb1b;hb=7cb0ffcb5a7e6f6ae4cce2adf61b3a3e78bbd78c;hp=da03bb46fbed13a059e0046e06f31bd33d8ba7f8;hpb=33dc622e7b43df3f4b698328f720278602905759;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index da03bb4..3000059 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -88,7 +88,6 @@ 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);