[commit: ghc] wip/prettyprinter: llvmGen: Clean up warning (39c6d40)

git at git.haskell.org git at git.haskell.org
Thu Jan 18 18:08:20 UTC 2018


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

On branch  : wip/prettyprinter
Link       : http://ghc.haskell.org/trac/ghc/changeset/39c6d40d5a242b1f88fd861e8a12b870b69e3f42/ghc

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

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

    llvmGen: Clean up warning


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

39c6d40d5a242b1f88fd861e8a12b870b69e3f42
 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 9e07979..c1977dc 100644
--- a/compiler/llvmGen/LlvmCodeGen/Base.hs
+++ b/compiler/llvmGen/LlvmCodeGen/Base.hs
@@ -51,7 +51,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