summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmBind.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-07-07 12:15:48 +0000
committerIan Lynagh <igloo@earth.li>2009-07-07 12:15:48 +0000
commit703ca1542c8e0983cc9d8eebce6e9f3dd3fd71e2 (patch)
tree3bc691cef188bfe99017ed25882ed45635f851fe /compiler/codeGen/StgCmmBind.hs
parent7bb3d1fc79521d591cd9f824893963141a7997b6 (diff)
downloadhaskell-703ca1542c8e0983cc9d8eebce6e9f3dd3fd71e2.tar.gz
Remove unused imports
Diffstat (limited to 'compiler/codeGen/StgCmmBind.hs')
-rw-r--r--compiler/codeGen/StgCmmBind.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/codeGen/StgCmmBind.hs b/compiler/codeGen/StgCmmBind.hs
index dbeab2b337..64d3ef1794 100644
--- a/compiler/codeGen/StgCmmBind.hs
+++ b/compiler/codeGen/StgCmmBind.hs
@@ -47,8 +47,6 @@ import Outputable
import FastString
import Maybes
-import Data.List
-
------------------------------------------------------------------------
-- Top-level bindings
------------------------------------------------------------------------