Remove old GUM/GranSim code
[ghc-hetmet.git] / rts / hooks / ShutdownEachPEHook.c
diff --git a/rts/hooks/ShutdownEachPEHook.c b/rts/hooks/ShutdownEachPEHook.c
deleted file mode 100644 (file)
index f5e3ba9..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * User-overridable RTS hooks.
- *
- * ---------------------------------------------------------------------------*/
-
-#include "Rts.h"
-
-#ifdef PAR
-void
-ShutdownEachPEHook (void)
-{ /* In a GUM setup this routine is called at the end of 
-     shutdownParallelSystem on each PE. Useful for
-     cleaning up stuff, especially when interfacing 
-     with foreign language code.
-     -- HWL 
-  */
-}
-#endif