summaryrefslogtreecommitdiff
path: root/ghc/compiler/cbits/rawSystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/cbits/rawSystem.c')
-rw-r--r--ghc/compiler/cbits/rawSystem.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ghc/compiler/cbits/rawSystem.c b/ghc/compiler/cbits/rawSystem.c
deleted file mode 100644
index d103f4808b..0000000000
--- a/ghc/compiler/cbits/rawSystem.c
+++ /dev/null
@@ -1,6 +0,0 @@
-/* Grab rawSystem from the library sources iff we're bootstrapping with an
- * old version of GHC.
- */
-#if __GLASGOW_HASKELL__ < 601
-#include "../../libraries/base/cbits/rawSystem.c"
-#endif