diff options
author | simonpj@microsoft.com <unknown> | 2009-10-28 17:59:02 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2009-10-28 17:59:02 +0000 |
commit | 3f888bd95df5154a535673a33fee13cf88c3838e (patch) | |
tree | 34c87fa8ffb32406b3ac16232b661479fd2849ba | |
parent | 26caccd3a492556ecce7c36ce69cecc2ae7c5a75 (diff) | |
download | haskell-3f888bd95df5154a535673a33fee13cf88c3838e.tar.gz |
Drop unused import
-rw-r--r-- | compiler/deSugar/DsExpr.lhs | 1 |
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 |