From: simonmar Date: Wed, 14 Nov 2001 11:35:23 +0000 (+0000) Subject: [project @ 2001-11-14 11:35:23 by simonmar] X-Git-Tag: Approximately_9120_patches~571 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=01bd67ae7b70d9207867c422e1d335e535a64b27;p=ghc-hetmet.git [project @ 2001-11-14 11:35:23 by simonmar] remove an unnecessary duplicate binding --- diff --git a/ghc/lib/std/PrelIO.hs b/ghc/lib/std/PrelIO.hs index 925108c..d30dc9d 100644 --- a/ghc/lib/std/PrelIO.hs +++ b/ghc/lib/std/PrelIO.hs @@ -3,7 +3,7 @@ #undef DEBUG_DUMP -- ----------------------------------------------------------------------------- --- $Id: PrelIO.hs,v 1.2 2001/11/08 17:02:41 simonmar Exp $ +-- $Id: PrelIO.hs,v 1.3 2001/11/14 11:35:23 simonmar Exp $ -- -- (c) The University of Glasgow, 1992-2001 -- @@ -350,7 +350,6 @@ lazyRead' h handle_ = do NoBuffering -> do -- make use of the minimal buffer we already have let raw = bufBuf buf - fd = haFD handle_ r <- throwErrnoIfMinus1RetryMayBlock "lazyRead" (read_off (fromIntegral fd) raw 0 1) (threadWaitRead fd)