Remove code that isn't used now that we assume that GHC >= 6.4
[ghc-hetmet.git] / compiler / cbits / rawSystem.c
diff --git a/compiler/cbits/rawSystem.c b/compiler/cbits/rawSystem.c
deleted file mode 100644 (file)
index 3ef37e5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/* Grab rawSystem from the library sources iff we're bootstrapping with an
- * old version of GHC.
- */
-#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ < 601
-#include "../../libraries/base/cbits/rawSystem.c"
-#endif