From: simonmar Date: Mon, 21 May 2001 14:04:15 +0000 (+0000) Subject: [project @ 2001-05-21 14:04:15 by simonmar] X-Git-Tag: Approximately_9120_patches~1915 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4c910ce4cd32472a2c35eea500e6b62b735341c6;p=ghc-hetmet.git [project @ 2001-05-21 14:04:15 by simonmar] GC unused imports --- diff --git a/ghc/lib/std/CPUTime.hsc b/ghc/lib/std/CPUTime.hsc index 5d575ba..810ac5f 100644 --- a/ghc/lib/std/CPUTime.hsc +++ b/ghc/lib/std/CPUTime.hsc @@ -1,5 +1,5 @@ -- ----------------------------------------------------------------------------- --- $Id: CPUTime.hsc,v 1.3 2001/05/18 16:54:04 simonmar Exp $ +-- $Id: CPUTime.hsc,v 1.4 2001/05/21 14:04:15 simonmar Exp $ -- -- (c) The University of Glasgow, 1995-2001 -- @@ -19,9 +19,7 @@ import PrelPtr import PrelBase ( Int(..) ) import PrelByteArr ( ByteArray(..), newIntArray ) import PrelArrExtra ( unsafeFreezeByteArray ) -import PrelIOBase ( IOException(..), - IOErrorType( UnsupportedOperation ), - unsafePerformIO, stToIO, ioException ) +import PrelIOBase ( IOException(..) ) import Ratio #include "HsStd.h"