From: rrt Date: Mon, 1 Oct 2001 13:28:40 +0000 (+0000) Subject: [project @ 2001-10-01 13:28:40 by rrt] X-Git-Tag: Approximately_9120_patches~887 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0f57319f971dc8d2338f89dea2d66ac6cd328bf0;p=ghc-hetmet.git [project @ 2001-10-01 13:28:40 by rrt] Removed unused imports. --- diff --git a/ghc/compiler/utils/StringBuffer.lhs b/ghc/compiler/utils/StringBuffer.lhs index c72be06..0b65aa2 100644 --- a/ghc/compiler/utils/StringBuffer.lhs +++ b/ghc/compiler/utils/StringBuffer.lhs @@ -92,8 +92,6 @@ import PrelPack ( unpackCStringBA ) #if __GLASGOW_HASKELL__ >= 501 import PrelIO ( hGetcBuffered ) -import PrelCError ( throwErrnoIfMinus1RetryMayBlock ) -import PrelConc ( threadWaitRead ) #endif import Exception ( bracket )