summaryrefslogtreecommitdiff
path: root/compiler/utils/StringBuffer.lhs
diff options
context:
space:
mode:
authorMichael D. Adams <t-madams@microsoft.com>2007-07-05 14:29:36 +0000
committerMichael D. Adams <t-madams@microsoft.com>2007-07-05 14:29:36 +0000
commit33918805ffc2e2a6fc9ff74ae4ce55052151ba90 (patch)
treef9280ad6263feedc7a70897c904cf8842597bc60 /compiler/utils/StringBuffer.lhs
parentc5fe1e7b45bc08e5cea7e9e680046dfe6f20232c (diff)
downloadhaskell-33918805ffc2e2a6fc9ff74ae4ce55052151ba90.tar.gz
Warning Police
Diffstat (limited to 'compiler/utils/StringBuffer.lhs')
-rw-r--r--compiler/utils/StringBuffer.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/utils/StringBuffer.lhs b/compiler/utils/StringBuffer.lhs
index 69caf0ee12..18359456be 100644
--- a/compiler/utils/StringBuffer.lhs
+++ b/compiler/utils/StringBuffer.lhs
@@ -45,7 +45,6 @@ import Foreign
import System.IO ( hGetBuf, hFileSize,IOMode(ReadMode), hClose
, Handle, hTell )
-import GHC.Ptr ( Ptr(..) )
import GHC.Exts
import GHC.IOBase ( IO(..) )
import GHC.Base ( unsafeChr )