From b919df708e554d5a0f67a7fbabf5ba8bbb10ef27 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 25 Mar 2010 16:14:03 +0000 Subject: [PATCH] remove old/wrong comment --- GHC/IO/Handle/Text.hs | 3 --- 1 file changed, 3 deletions(-) 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@. -- -- 1.7.10.4