diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-07-06 14:13:49 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-07-06 14:13:49 +0000 |
commit | 49ea1fa53acd2569b0b74c86a981b0d3779515dd (patch) | |
tree | 15cc7c46aeb846535057c00bb20f40391d1c670a /compiler/codeGen | |
parent | 4638b541041a0db83a2c0e9dca5151708b8034bc (diff) | |
download | haskell-49ea1fa53acd2569b0b74c86a981b0d3779515dd.tar.gz |
unused import
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} %************************************************************************ |