summaryrefslogtreecommitdiff
path: root/rts/hooks/RtsOpts.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/hooks/RtsOpts.c')
-rw-r--r--rts/hooks/RtsOpts.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/rts/hooks/RtsOpts.c b/rts/hooks/RtsOpts.c
deleted file mode 100644
index 2aae37246e..0000000000
--- a/rts/hooks/RtsOpts.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * Default RTS options.
- *
- * ---------------------------------------------------------------------------*/
-
-#include "PosixSource.h"
-#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;