From 2e5551685cc7a3924828625c42306264eb668ea9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 28 Nov 2000 14:12:42 +0000 Subject: [PATCH] [project @ 2000-11-28 14:12:42 by simonmar] unused import --- ghc/compiler/rename/RnHsSyn.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4