Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504
authorIan Lynagh <igloo@earth.li>
Fri, 6 Apr 2007 00:11:37 +0000 (00:11 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 6 Apr 2007 00:11:37 +0000 (00:11 +0000)
commit317fc69d18eda68fd65f5ba634feafbe4a3923da
treef74410483a691cd8c1f2e5d5e4f319ada585dc60
parent0d126b9c0dc9299a860fc6bb0e1dee05eb583de2
Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504
21 files changed:
compiler/basicTypes/UniqSupply.lhs
compiler/basicTypes/Unique.lhs
compiler/cmm/PprC.hs
compiler/ghci/Linker.lhs
compiler/main/DriverMkDepend.hs
compiler/main/StaticFlags.hs
compiler/nativeGen/MachRegs.lhs
compiler/nativeGen/PprMach.hs
compiler/parser/LexCore.hs
compiler/parser/Lexer.x
compiler/parser/cutils.c
compiler/parser/hschooks.c
compiler/prelude/PrelRules.lhs
compiler/simplCore/SimplMonad.lhs
compiler/utils/Binary.hs
compiler/utils/Digraph.lhs
compiler/utils/FastMutInt.lhs
compiler/utils/Panic.lhs
compiler/utils/Pretty.lhs
compiler/utils/UniqFM.lhs
compiler/utils/Util.lhs