Remove more dead code now we require GHC >= 6.12
[ghc-hetmet.git] / ghc / hschooks.c
index f3c4b4d..4878021 100644 (file)
@@ -5,9 +5,6 @@ in instead of the defaults.
 */
 
 #include "Rts.h"
-#if defined(__GLASGOW_HASKELL__) && (__GLASGOW_HASKELL__ <611)
-#include "RtsFlags.h"
-#endif
 
 #include "HsFFI.h"