Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / hooks / FlagDefaults.c
diff --git a/ghc/rts/hooks/FlagDefaults.c b/ghc/rts/hooks/FlagDefaults.c
deleted file mode 100644 (file)
index 393d39b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * User-overridable RTS hooks.
- *
- * ---------------------------------------------------------------------------*/
-
-#include "Rts.h"
-
-void
-defaultsHook (void)
-{ /* this is called *after* RTSflags has had
-     its defaults set, but *before* we start
-     processing the RTS command-line options.
-
-     This default version does *nothing*.
-     The user may provide a more interesting
-     one.
-  */
-}
-