From 4c910ce4cd32472a2c35eea500e6b62b735341c6 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 21 May 2001 14:04:15 +0000 Subject: [PATCH] [project @ 2001-05-21 14:04:15 by simonmar] GC unused imports --- ghc/lib/std/CPUTime.hsc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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" -- 1.7.10.4