diff options
author | Ian Lynagh <igloo@earth.li> | 2010-12-15 21:37:15 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-12-15 21:37:15 +0000 |
commit | 9d1a7251a138829f59cc1cf052ee2d3f5603d67b (patch) | |
tree | d019cdddd8948cb772b96e611f92ab9c19b80037 /utils/runghc | |
parent | be36dc8301313715f1373a323c9c322f57295e74 (diff) | |
download | haskell-9d1a7251a138829f59cc1cf052ee2d3f5603d67b.tar.gz |
Remove more dead code now we require GHC >= 6.12
Diffstat (limited to 'utils/runghc')
-rw-r--r-- | utils/runghc/runghc.hs | 4 |
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 |