Remove a redundant import
authorIan Lynagh <igloo@earth.li>
Wed, 14 Jan 2009 18:12:12 +0000 (18:12 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 14 Jan 2009 18:12:12 +0000 (18:12 +0000)
compiler/codeGen/StgCmmBind.hs

index ee033b1..f098f3f 100644 (file)
@@ -17,7 +17,6 @@ module StgCmmBind (
 
 import StgCmmExpr
 import StgCmmMonad
 
 import StgCmmExpr
 import StgCmmMonad
-import StgCmmExpr
 import StgCmmEnv
 import StgCmmCon
 import StgCmmHeap
 import StgCmmEnv
 import StgCmmCon
 import StgCmmHeap