[project @ 2001-10-01 13:28:40 by rrt]
authorrrt <unknown>
Mon, 1 Oct 2001 13:28:40 +0000 (13:28 +0000)
committerrrt <unknown>
Mon, 1 Oct 2001 13:28:40 +0000 (13:28 +0000)
Removed unused imports.

ghc/compiler/utils/StringBuffer.lhs

index c72be06..0b65aa2 100644 (file)
@@ -92,8 +92,6 @@ import PrelPack               ( unpackCStringBA )
 
 #if __GLASGOW_HASKELL__ >= 501
 import PrelIO          ( hGetcBuffered )
-import PrelCError      ( throwErrnoIfMinus1RetryMayBlock )
-import PrelConc                ( threadWaitRead )
 #endif
 
 import Exception       ( bracket )