summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-12-15 21:37:15 +0000
committerIan Lynagh <igloo@earth.li>2010-12-15 21:37:15 +0000
commit9d1a7251a138829f59cc1cf052ee2d3f5603d67b (patch)
treed019cdddd8948cb772b96e611f92ab9c19b80037 /utils/runghc
parentbe36dc8301313715f1373a323c9c322f57295e74 (diff)
downloadhaskell-9d1a7251a138829f59cc1cf052ee2d3f5603d67b.tar.gz
Remove more dead code now we require GHC >= 6.12
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/runghc.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/runghc/runghc.hs b/utils/runghc/runghc.hs
index 07aec8cde2..ab495132cd 100644
--- a/utils/runghc/runghc.hs
+++ b/utils/runghc/runghc.hs
@@ -1,9 +1,5 @@
{-# LANGUAGE CPP, ForeignFunctionInterface #-}
-#if __GLASGOW_HASKELL__ < 603
-#include "config.h"
-#else
#include "ghcconfig.h"
-#endif
-----------------------------------------------------------------------------
--
-- (c) The University of Glasgow, 2004