Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / hooks / OnExit.c
diff --git a/ghc/rts/hooks/OnExit.c b/ghc/rts/hooks/OnExit.c
deleted file mode 100644 (file)
index dd4c3b4..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * User-overridable RTS hooks.
- *
- * ---------------------------------------------------------------------------*/
-
-#include "Rts.h"
-
-/* Note: by the time this hook has been called, Haskell land
- * will have been shut down completely.
- *
- * ToDo: feed the hook info on whether we're shutting down as a result
- * of termination or run-time error ?
- */
-void
-OnExitHook ()
-{
-}