From: simonmar Date: Fri, 23 Mar 2001 12:11:26 +0000 (+0000) Subject: [project @ 2001-03-23 12:11:26 by simonmar] X-Git-Tag: Approximately_9120_patches~2336 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ea21fc759d56be7987ff822a33364d7897cc6ce5;p=ghc-hetmet.git [project @ 2001-03-23 12:11:26 by simonmar] unused import --- diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index 5c98696..0475096 100644 --- a/ghc/compiler/main/Main.hs +++ b/ghc/compiler/main/Main.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-warn-incomplete-patterns #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.59 2001/03/06 11:23:46 simonmar Exp $ +-- $Id: Main.hs,v 1.60 2001/03/23 12:11:26 simonmar Exp $ -- -- GHC Driver program -- @@ -18,7 +18,6 @@ module Main (main) where #ifdef GHCI import InteractiveUI -import Char ( toLower ) #endif #ifndef mingw32_TARGET_OS