From db769e483bd3aeddba118784638580c3abc373cc Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 9 Aug 2007 15:37:55 +0000 Subject: [PATCH] Trim imports --- compiler/rename/RnExpr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rename/RnExpr.lhs b/compiler/rename/RnExpr.lhs index 6fe6904..78ffe20 100644 --- a/compiler/rename/RnExpr.lhs +++ b/compiler/rename/RnExpr.lhs @@ -45,7 +45,7 @@ import Util ( isSingleton ) import ListSetOps ( removeDups ) import Maybes ( expectJust ) import Outputable -import SrcLoc ( Located(..), unLoc, getLoc, cmpLocated ) +import SrcLoc ( Located(..), unLoc, getLoc ) import FastString import List ( unzip4 ) -- 1.7.10.4