From 3f888bd95df5154a535673a33fee13cf88c3838e Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 28 Oct 2009 17:59:02 +0000 Subject: [PATCH] Drop unused import --- compiler/deSugar/DsExpr.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/deSugar/DsExpr.lhs b/compiler/deSugar/DsExpr.lhs index e89270c..2512ddd 100644 --- a/compiler/deSugar/DsExpr.lhs +++ b/compiler/deSugar/DsExpr.lhs @@ -49,7 +49,6 @@ import DynFlags import StaticFlags import CostCentre import Id -import Var import PrelInfo import DataCon import TysWiredIn -- 1.7.10.4