summaryrefslogtreecommitdiff
path: root/compiler/cbits
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-06-20 19:30:03 +0000
committerIan Lynagh <igloo@earth.li>2008-06-20 19:30:03 +0000
commite761a777f2440ca1b8d8b40848cc5aa30d889ff6 (patch)
treeb27793ee161d4c49e2aa49d0152b639512d3aa7d /compiler/cbits
parentd78ab147ec3d8c3b06b6e922bed4cd9837c9c797 (diff)
downloadhaskell-e761a777f2440ca1b8d8b40848cc5aa30d889ff6.tar.gz
Remove code that isn't used now that we assume that GHC >= 6.4
Diffstat (limited to 'compiler/cbits')
-rw-r--r--compiler/cbits/rawSystem.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/cbits/rawSystem.c b/compiler/cbits/rawSystem.c
deleted file mode 100644
index 3ef37e56e4..0000000000
--- a/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 defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ < 601
-#include "../../libraries/base/cbits/rawSystem.c"
-#endif