From 1f410acf9f550c2439e0ee5cb61244e0c730192a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 10 Oct 2010 22:22:31 +0000 Subject: [PATCH] Remove unnecessary import --- compiler/typecheck/TcUnify.lhs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4