[commit: ghc] wip/prettyprinter: llvmGen: Clean up warning (134f2c8)

git at git.haskell.org git at git.haskell.org
Wed Sep 13 21:08:51 UTC 2017


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

On branch  : wip/prettyprinter
Link       : http://ghc.haskell.org/trac/ghc/changeset/134f2c8cd4388c25b9fe5e0f4700ee36d058dc72/ghc

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

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

    llvmGen: Clean up warning


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

134f2c8cd4388c25b9fe5e0f4700ee36d058dc72
 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