diff options
author | Ian Lynagh <igloo@earth.li> | 2009-07-07 12:15:48 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-07-07 12:15:48 +0000 |
commit | 703ca1542c8e0983cc9d8eebce6e9f3dd3fd71e2 (patch) | |
tree | 3bc691cef188bfe99017ed25882ed45635f851fe /compiler/cmm/CmmStackLayout.hs | |
parent | 7bb3d1fc79521d591cd9f824893963141a7997b6 (diff) | |
download | haskell-703ca1542c8e0983cc9d8eebce6e9f3dd3fd71e2.tar.gz |
Remove unused imports
Diffstat (limited to 'compiler/cmm/CmmStackLayout.hs')
-rw-r--r-- | compiler/cmm/CmmStackLayout.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/cmm/CmmStackLayout.hs b/compiler/cmm/CmmStackLayout.hs index ab00100bfe..be16f19c06 100644 --- a/compiler/cmm/CmmStackLayout.hs +++ b/compiler/cmm/CmmStackLayout.hs @@ -18,7 +18,6 @@ import MkZipCfg import MkZipCfgCmm hiding (CmmBlock, CmmGraph) import Monad import Outputable -import Panic import SMRep (ByteOff) import ZipCfg import ZipCfg as Z |