diff options
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/CgLetNoEscape.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/CgLetNoEscape.lhs b/compiler/codeGen/CgLetNoEscape.lhs index 39860f4ee0..ffec5709bb 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} %************************************************************************ |