From: Ian Lynagh Date: Sun, 10 Oct 2010 22:22:31 +0000 (+0000) Subject: Remove unnecessary import X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1f410acf9f550c2439e0ee5cb61244e0c730192a Remove unnecessary import --- diff --git a/compiler/typecheck/TcUnify.lhs b/compiler/typecheck/TcUnify.lhs index e058a6f..529d624 100644 --- a/compiler/typecheck/TcUnify.lhs +++ b/compiler/typecheck/TcUnify.lhs @@ -30,7 +30,6 @@ import TypeRep import TcErrors ( typeExtraInfoMsg, unifyCtxt ) import TcMType -import TcEnv import TcIface import TcRnMonad import TcType