[project @ 1998-08-14 16:34:14 by sof]
authorsof <unknown>
Fri, 14 Aug 1998 16:34:14 +0000 (16:34 +0000)
committersof <unknown>
Fri, 14 Aug 1998 16:34:14 +0000 (16:34 +0000)
Remove flushBuf from PrelHandle import list; not used

ghc/compiler/utils/FastString.lhs

index 55723bc..f49002a 100644 (file)
@@ -61,7 +61,7 @@ import PrelPack
 import PrelST          ( StateAndPtr#(..) )
 import PrelHandle      ( readHandle, 
 #if __GLASGOW_HASKELL__ < 303
-                         filePtr, flushBuf,
+                         filePtr,
 #endif
                          writeHandle
                        )