Remove unnecessary import
authorIan Lynagh <igloo@earth.li>
Sun, 10 Oct 2010 22:22:31 +0000 (22:22 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 10 Oct 2010 22:22:31 +0000 (22:22 +0000)
compiler/typecheck/TcUnify.lhs

index e058a6f..529d624 100644 (file)
@@ -30,7 +30,6 @@ import TypeRep
 
 import TcErrors        ( typeExtraInfoMsg, unifyCtxt )
 import TcMType
 
 import TcErrors        ( typeExtraInfoMsg, unifyCtxt )
 import TcMType
-import TcEnv
 import TcIface
 import TcRnMonad
 import TcType
 import TcIface
 import TcRnMonad
 import TcType