From ad46bf42bc593311a13e03120f6dfedab46f7849 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Fri, 14 Aug 1998 16:34:14 +0000
Subject: [PATCH] [project @ 1998-08-14 16:34:14 by sof] Remove flushBuf from
 PrelHandle import list; not used

---
 ghc/compiler/utils/FastString.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs
index 55723bc6938b..f49002ab3a38 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
 			)
-- 
GitLab