diff options
| author | Ian Lynagh <igloo@earth.li> | 2010-12-15 20:10:06 +0000 | 
|---|---|---|
| committer | Ian Lynagh <igloo@earth.li> | 2010-12-15 20:10:06 +0000 | 
| commit | edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857 (patch) | |
| tree | 208bde3ea2b0de6ec9ed17a26e4b5990b92c1006 /compiler/cmm/CmmCPSZ.hs | |
| parent | 4f37664780b85725ba3552b7de11c0e5e79d3fee (diff) | |
| download | haskell-edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857.tar.gz | |
Remove code that is dead now that we need >= 6.12 to build
Diffstat (limited to 'compiler/cmm/CmmCPSZ.hs')
| -rw-r--r-- | compiler/cmm/CmmCPSZ.hs | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/cmm/CmmCPSZ.hs b/compiler/cmm/CmmCPSZ.hs index d74da69d06..23e57d72b6 100644 --- a/compiler/cmm/CmmCPSZ.hs +++ b/compiler/cmm/CmmCPSZ.hs @@ -1,6 +1,4 @@ -#if __GLASGOW_HASKELL__ >= 611  {-# OPTIONS_GHC -XNoMonoLocalBinds #-} -#endif  -- Norman likes local bindings  -- If this module lives on I'd like to get rid of this flag in due course  | 
