From: simonm Date: Thu, 28 Jan 1999 13:03:02 +0000 (+0000) Subject: [project @ 1999-01-28 13:03:02 by simonm] X-Git-Tag: Approximately_9120_patches~6661 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b84f982a5c1b2008fd872629aae9ec9b650e4d74;p=ghc-hetmet.git [project @ 1999-01-28 13:03:02 by simonm] Remove unnecessary (and non-H98-friendly) import. --- diff --git a/ghc/compiler/rename/RnEnv.lhs b/ghc/compiler/rename/RnEnv.lhs index c9c477e..ca8d876 100644 --- a/ghc/compiler/rename/RnEnv.lhs +++ b/ghc/compiler/rename/RnEnv.lhs @@ -38,7 +38,6 @@ import Outputable import Util ( removeDups, equivClasses, thenCmp ) import List ( nub ) import Maybes ( mapMaybe ) -import Char ( isAlphanum ) \end{code}