Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / hooks / RtsOpts.c
diff --git a/ghc/rts/hooks/RtsOpts.c b/ghc/rts/hooks/RtsOpts.c
deleted file mode 100644 (file)
index b934b05..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * Default RTS options.
- *
- * ---------------------------------------------------------------------------*/
-
-#include "Rts.h"
-
-#include <stdlib.h>
-
-// Default RTS options can be given by providing an alternate
-// definition for this variable, pointing to a string of RTS options.
-char *ghc_rts_opts = NULL;