summaryrefslogtreecommitdiff
path: root/ghc/hschooks.c
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 /ghc/hschooks.c
parentbe36dc8301313715f1373a323c9c322f57295e74 (diff)
downloadhaskell-9d1a7251a138829f59cc1cf052ee2d3f5603d67b.tar.gz
Remove more dead code now we require GHC >= 6.12
Diffstat (limited to 'ghc/hschooks.c')
-rw-r--r--ghc/hschooks.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ghc/hschooks.c b/ghc/hschooks.c
index f3c4b4d1a7..4878021a8b 100644
--- a/ghc/hschooks.c
+++ b/ghc/hschooks.c
@@ -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"