From: Simon Marlow Date: Thu, 25 Mar 2010 16:14:03 +0000 (+0000) Subject: remove old/wrong comment X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=b919df708e554d5a0f67a7fbabf5ba8bbb10ef27 remove old/wrong comment --- diff --git a/GHC/IO/Handle/Text.hs b/GHC/IO/Handle/Text.hs index c490643..9e12283 100644 --- a/GHC/IO/Handle/Text.hs +++ b/GHC/IO/Handle/Text.hs @@ -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@. --