From 19f4809bf792767d2772841552de89c2cbebb70b Mon Sep 17 00:00:00 2001 From: panne <unknown> Date: Sun, 28 May 2000 21:53:12 +0000 Subject: [PATCH] [project @ 2000-05-28 21:53:12 by panne] Removed unused import. *merge if/when SPJ's huge commit is merged* --- ghc/compiler/deSugar/DsBinds.lhs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/compiler/deSugar/DsBinds.lhs b/ghc/compiler/deSugar/DsBinds.lhs index b8250da916e5..7c2ce8dddca8 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} %************************************************************************ -- GitLab