X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FcodeGen%2FCgLetNoEscape.lhs;h=ffec5709bbc4fb3f6519b903aa2e40e749df7e59;hb=9da4639011348fb6c318e3cba4b08622f811d9c4;hp=39860f4ee0349fc964bb2933569dd334d38e7bc1;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/codeGen/CgLetNoEscape.lhs b/compiler/codeGen/CgLetNoEscape.lhs index 39860f4..ffec570 100644 --- a/compiler/codeGen/CgLetNoEscape.lhs +++ b/compiler/codeGen/CgLetNoEscape.lhs @@ -34,7 +34,6 @@ import Id ( Id, idName ) import Var ( idUnique ) import SMRep ( retAddrSizeW ) import BasicTypes ( RecFlag(..) ) -import Outputable \end{code} %************************************************************************