summaryrefslogtreecommitdiff
path: root/includes/RtsExternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/RtsExternal.h')
-rw-r--r--includes/RtsExternal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h
index 3000059cc3..d96762020e 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 );