Remove more dead code now we require GHC >= 6.12
[ghc-hetmet.git] / utils / runghc / runghc.hs
index 07aec8c..ab49513 100644 (file)
@@ -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