[project @ 2001-03-23 12:11:26 by simonmar]
authorsimonmar <unknown>
Fri, 23 Mar 2001 12:11:26 +0000 (12:11 +0000)
committersimonmar <unknown>
Fri, 23 Mar 2001 12:11:26 +0000 (12:11 +0000)
unused import

ghc/compiler/main/Main.hs

index 5c98696..0475096 100644 (file)
@@ -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