summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmEnv.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-10-30 19:02:33 +0100
committerGabor Greif <ggreif@gmail.com>2016-10-30 22:46:08 +0100
commit7ddbdfd399a91eed410f3bd5a7caff2fd4bcce92 (patch)
tree71ac77e628b4882707c11adae37c85a71a839d5a /compiler/codeGen/StgCmmEnv.hs
parent4e088b497edd83f361898fa9d2d62ff310b08945 (diff)
downloadhaskell-7ddbdfd399a91eed410f3bd5a7caff2fd4bcce92.tar.gz
Zap redundant imports
Diffstat (limited to 'compiler/codeGen/StgCmmEnv.hs')
-rw-r--r--compiler/codeGen/StgCmmEnv.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmEnv.hs b/compiler/codeGen/StgCmmEnv.hs
index 30307a2a3a..01c99ecf8c 100644
--- a/compiler/codeGen/StgCmmEnv.hs
+++ b/compiler/codeGen/StgCmmEnv.hs
@@ -28,7 +28,6 @@ import TyCon
import StgCmmMonad
import StgCmmUtils
import StgCmmClosure
-import StgSyn (StgArg)
import CLabel