summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2009-10-28 17:59:02 +0000
committersimonpj@microsoft.com <unknown>2009-10-28 17:59:02 +0000
commit3f888bd95df5154a535673a33fee13cf88c3838e (patch)
tree34c87fa8ffb32406b3ac16232b661479fd2849ba
parent26caccd3a492556ecce7c36ce69cecc2ae7c5a75 (diff)
downloadhaskell-3f888bd95df5154a535673a33fee13cf88c3838e.tar.gz
Drop unused import
-rw-r--r--compiler/deSugar/DsExpr.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/deSugar/DsExpr.lhs b/compiler/deSugar/DsExpr.lhs
index e89270c404..2512dddc51 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