diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-24 11:58:43 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-25 11:12:33 +0100 |
commit | 4ebf65abcc94647be48216b8ea616c5a8d0b1fce (patch) | |
tree | 615d8c644737ac5538913b3e702e8a0a63499d9a /compiler/codeGen/StgCmm.hs | |
parent | 064478933d867e43e0f29a143041edabebcddd38 (diff) | |
download | haskell-4ebf65abcc94647be48216b8ea616c5a8d0b1fce.tar.gz |
eliminate ConInfo
Diffstat (limited to 'compiler/codeGen/StgCmm.hs')
-rw-r--r-- | compiler/codeGen/StgCmm.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmm.hs b/compiler/codeGen/StgCmm.hs index f88541a023..0928645964 100644 --- a/compiler/codeGen/StgCmm.hs +++ b/compiler/codeGen/StgCmm.hs @@ -24,7 +24,6 @@ import StgCmmTicky import Cmm import CLabel -import PprCmm import StgSyn import DynFlags |