RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / Hooks.h
diff --git a/includes/Hooks.h b/includes/Hooks.h
deleted file mode 100644 (file)
index e281c89..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team, 1998-1999
- *
- * User-overridable RTS hooks.
- *
- * ---------------------------------------------------------------------------*/
-
-extern char *ghc_rts_opts;
-
-extern void OnExitHook (void);
-extern int  NoRunnableThreadsHook (void);
-extern void StackOverflowHook (unsigned long stack_size);
-extern void OutOfHeapHook (unsigned long request_size, unsigned long heap_size);
-extern void MallocFailHook (unsigned long request_size /* in bytes */, char *msg);
-extern void defaultsHook (void);