From: simonmar Date: Tue, 28 Nov 2000 14:12:42 +0000 (+0000) Subject: [project @ 2000-11-28 14:12:42 by simonmar] X-Git-Tag: Approximately_9120_patches~3222 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2e5551685cc7a3924828625c42306264eb668ea9;p=ghc-hetmet.git [project @ 2000-11-28 14:12:42 by simonmar] unused import --- diff --git a/ghc/compiler/rename/RnHsSyn.lhs b/ghc/compiler/rename/RnHsSyn.lhs index aac23d4..bc471d3 100644 --- a/ghc/compiler/rename/RnHsSyn.lhs +++ b/ghc/compiler/rename/RnHsSyn.lhs @@ -10,7 +10,7 @@ module RnHsSyn where import HsSyn import HsCore -import Class ( FunDep, DefMeth(..) ) +import Class ( FunDep ) import TysWiredIn ( tupleTyCon, listTyCon, charTyCon ) import Name ( Name, getName, isTyVarName ) import NameSet