summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC/CodeGen.hs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2009-07-06 11:22:01 +0000
committersimonpj@microsoft.com <unknown>2009-07-06 11:22:01 +0000
commitd436c70d43fb905c63220040168295e473f4b90a (patch)
treece7dd3b7faca1c31e82a3ec4a44fa9a32186c556 /compiler/nativeGen/SPARC/CodeGen.hs
parent0bde11509ca13d4d0914496ee652d7c2b43a0420 (diff)
downloadhaskell-d436c70d43fb905c63220040168295e473f4b90a.tar.gz
Trim unused imports detected by new unused-import code
Diffstat (limited to 'compiler/nativeGen/SPARC/CodeGen.hs')
-rw-r--r--compiler/nativeGen/SPARC/CodeGen.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/nativeGen/SPARC/CodeGen.hs b/compiler/nativeGen/SPARC/CodeGen.hs
index 6a3455745c..39ab5ebdef 100644
--- a/compiler/nativeGen/SPARC/CodeGen.hs
+++ b/compiler/nativeGen/SPARC/CodeGen.hs
@@ -42,7 +42,6 @@ import CLabel
-- The rest:
import StaticFlags ( opt_PIC )
import OrdList
-import qualified Outputable as O
import Outputable
import Control.Monad ( mapAndUnzipM )