summaryrefslogtreecommitdiff
path: root/ghc/compiler/utils
diff options
context:
space:
mode:
authorsof <unknown>1998-08-14 16:34:14 +0000
committersof <unknown>1998-08-14 16:34:14 +0000
commitad46bf42bc593311a13e03120f6dfedab46f7849 (patch)
tree8b458e3f00f9dde786737dad87cb38c55f7db0cd /ghc/compiler/utils
parentdd49f15a8dfce0cef38f020a5ef787df4212f7f8 (diff)
downloadhaskell-ad46bf42bc593311a13e03120f6dfedab46f7849.tar.gz
[project @ 1998-08-14 16:34:14 by sof]
Remove flushBuf from PrelHandle import list; not used
Diffstat (limited to 'ghc/compiler/utils')
-rw-r--r--ghc/compiler/utils/FastString.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs
index 55723bc693..f49002ab3a 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
)