[commit: ghc] wip/prettyprinter: llvmGen: Clean up warning (6d73fec)

git at git.haskell.org git at git.haskell.org
Wed Aug 16 22:47:47 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/prettyprinter
Link       : http://ghc.haskell.org/trac/ghc/changeset/6d73fec6eff2f677c586c6be17cf447d5000c1de/ghc

>---------------------------------------------------------------

commit 6d73fec6eff2f677c586c6be17cf447d5000c1de
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Jul 21 00:16:34 2017 -0400

    llvmGen: Clean up warning


>---------------------------------------------------------------

6d73fec6eff2f677c586c6be17cf447d5000c1de
 compiler/llvmGen/LlvmCodeGen/Base.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/llvmGen/LlvmCodeGen/Base.hs b/compiler/llvmGen/LlvmCodeGen/Base.hs
index 99202b7..6e42f52 100644
--- a/compiler/llvmGen/LlvmCodeGen/Base.hs
+++ b/compiler/llvmGen/LlvmCodeGen/Base.hs
@@ -49,7 +49,6 @@ import Outputable as Outp
 import Platform
 import UniqFM
 import Unique
-import BufWrite   ( BufHandle )
 import System.IO (Handle)
 import UniqSet
 import UniqSupply



More information about the ghc-commits mailing list