summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-05-21 14:04:15 +0000
committersimonmar <unknown>2001-05-21 14:04:15 +0000
commit4c910ce4cd32472a2c35eea500e6b62b735341c6 (patch)
tree67014fa0cf918bfbcae26b8a75d0252bb71e8637
parent13e40372870b3a36a3851e4a0f9a5b0f32f31148 (diff)
downloadhaskell-4c910ce4cd32472a2c35eea500e6b62b735341c6.tar.gz
[project @ 2001-05-21 14:04:15 by simonmar]
GC unused imports
-rw-r--r--ghc/lib/std/CPUTime.hsc6
1 files changed, 2 insertions, 4 deletions
diff --git a/ghc/lib/std/CPUTime.hsc b/ghc/lib/std/CPUTime.hsc
index 5d575badf7..810ac5f05a 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"