X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcodeGen%2FCgLetNoEscape.lhs;h=ffec5709bbc4fb3f6519b903aa2e40e749df7e59;hb=61d2625ae2e6a4cdae2ffc92df828905e81c24cc;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} %************************************************************************