diff options
author | sof <unknown> | 1998-08-14 16:34:14 +0000 |
---|---|---|
committer | sof <unknown> | 1998-08-14 16:34:14 +0000 |
commit | ad46bf42bc593311a13e03120f6dfedab46f7849 (patch) | |
tree | 8b458e3f00f9dde786737dad87cb38c55f7db0cd /ghc/compiler/utils/FastString.lhs | |
parent | dd49f15a8dfce0cef38f020a5ef787df4212f7f8 (diff) | |
download | haskell-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/FastString.lhs')
-rw-r--r-- | ghc/compiler/utils/FastString.lhs | 2 |
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 ) |