remove old/wrong comment
authorSimon Marlow <marlowsd@gmail.com>
Thu, 25 Mar 2010 16:14:03 +0000 (16:14 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 25 Mar 2010 16:14:03 +0000 (16:14 +0000)
GHC/IO/Handle/Text.hs

index c490643..9e12283 100644 (file)
@@ -161,9 +161,6 @@ hGetChar handle =
 -- ---------------------------------------------------------------------------
 -- hGetLine
 
--- ToDo: the unbuffered case is wrong: it doesn't lock the handle for
--- the duration.
-
 -- | Computation 'hGetLine' @hdl@ reads a line from the file or
 -- channel managed by @hdl@.
 --