[project @ 2003-09-23 17:33:12 by sof]
authorsof <unknown>
Tue, 23 Sep 2003 17:33:12 +0000 (17:33 +0000)
committersof <unknown>
Tue, 23 Sep 2003 17:33:12 +0000 (17:33 +0000)
createPipe, createPipeEx: commented out exports (doesn't appear to be defined anywhere)

GHC/IO.hs

index c5e9697..d14df36 100644 (file)
--- a/GHC/IO.hs
+++ b/GHC/IO.hs
@@ -21,7 +21,9 @@ module GHC.IO (
    commitBuffer',      -- hack, see below
    hGetcBuffered,      -- needed by ghc/compiler/utils/StringBuffer.lhs
    hGetBuf, hGetBufNonBlocking, hPutBuf, hPutBufNonBlocking, slurpFile,
+{- NOTE: As far as I can tell, not defined.
    createPipe, createPipeEx,
+-}
    memcpy_ba_baoff,
    memcpy_ptr_baoff,
    memcpy_baoff_ba,