From: sof Date: Fri, 14 Aug 1998 16:34:14 +0000 (+0000) Subject: [project @ 1998-08-14 16:34:14 by sof] X-Git-Tag: Approx_2487_patches~340 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ad46bf42bc593311a13e03120f6dfedab46f7849;p=ghc-hetmet.git [project @ 1998-08-14 16:34:14 by sof] Remove flushBuf from PrelHandle import list; not used --- diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs index 55723bc..f49002a 100644 --- a/ghc/compiler/utils/FastString.lhs +++ b/ghc/compiler/utils/FastString.lhs @@ -61,7 +61,7 @@ import PrelPack import PrelST ( StateAndPtr#(..) ) import PrelHandle ( readHandle, #if __GLASGOW_HASKELL__ < 303 - filePtr, flushBuf, + filePtr, #endif writeHandle )