Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / vectorise / Vectorise / Type / Env.hs
index 43ff97c..99c1746 100644 (file)
@@ -1,7 +1,5 @@
 {-# OPTIONS_GHC -fno-warn-missing-signatures #-}
-#if __GLASGOW_HASKELL__ >= 611
 {-# OPTIONS_GHC -XNoMonoLocalBinds #-}
-#endif
 -- Roman likes local bindings
 -- If this module lives on I'd like to get rid of this flag in due course