Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / cmm / PprCmmZ.hs
index e9199ff..075f0e4 100644 (file)
@@ -6,14 +6,13 @@ where
 
 import BlockId
 import Cmm
-import CmmExpr
 import PprCmm
 import Outputable
 import qualified ZipCfgCmmRep as G
 import qualified ZipCfg as Z
 import CmmZipUtil
 
-import Maybe
+import Data.Maybe
 import FastString
 
 ----------------------------------------------------------------