From 0f57319f971dc8d2338f89dea2d66ac6cd328bf0 Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 1 Oct 2001 13:28:40 +0000 Subject: [PATCH] [project @ 2001-10-01 13:28:40 by rrt] Removed unused imports. --- ghc/compiler/utils/StringBuffer.lhs | 2 -- 1 file changed, 2 deletions(-) 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 ) -- 1.7.10.4