From: Simon Marlow Date: Wed, 15 Jul 2009 12:44:16 +0000 (+0000) Subject: remove unused warning X-Git-Tag: ghc-darcs-git-switchover~347 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=931f1c6fc4a814a1d5d5433ccbc0fdd23e374096;p=ghc-base.git remove unused warning --- diff --git a/System/IO.hs b/System/IO.hs index f4bcfb5..47e9213 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -238,7 +238,6 @@ import GHC.IO.Handle import GHC.IORef import GHC.IO.Exception ( userError ) import GHC.IO.Encoding -import GHC.Exception import GHC.Num import Text.Read import GHC.Show