diff options
author | simonpj@microsoft.com <unknown> | 2009-07-06 11:22:01 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2009-07-06 11:22:01 +0000 |
commit | d436c70d43fb905c63220040168295e473f4b90a (patch) | |
tree | ce7dd3b7faca1c31e82a3ec4a44fa9a32186c556 /compiler/nativeGen/SPARC/CodeGen.hs | |
parent | 0bde11509ca13d4d0914496ee652d7c2b43a0420 (diff) | |
download | haskell-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.hs | 1 |
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 ) |