From: panne Date: Sun, 28 May 2000 21:53:12 +0000 (+0000) Subject: [project @ 2000-05-28 21:53:12 by panne] X-Git-Tag: Approximately_9120_patches~4360 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=19f4809bf792767d2772841552de89c2cbebb70b;p=ghc-hetmet.git [project @ 2000-05-28 21:53:12 by panne] Removed unused import. *merge if/when SPJ's huge commit is merged* --- diff --git a/ghc/compiler/deSugar/DsBinds.lhs b/ghc/compiler/deSugar/DsBinds.lhs index b8250da..7c2ce8d 100644 --- a/ghc/compiler/deSugar/DsBinds.lhs +++ b/ghc/compiler/deSugar/DsBinds.lhs @@ -37,9 +37,7 @@ import Type ( mkTyVarTy, isDictTy ) import Subst ( mkTyVarSubst, substTy ) import TysWiredIn ( voidTy ) import Outputable - -import Maybe -import IOExts (trace) +import Maybe ( isJust ) \end{code} %************************************************************************