[commit: ghc] wip/annotate-core: llvmGen: Clean up warning (8ed5a85)
git at git.haskell.org
git at git.haskell.org
Tue Jul 25 17:54:08 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/annotate-core
Link : http://ghc.haskell.org/trac/ghc/changeset/8ed5a85e0a62158b287164b6b83adb58cfe789fd/ghc
>---------------------------------------------------------------
commit 8ed5a85e0a62158b287164b6b83adb58cfe789fd
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jul 21 00:16:34 2017 -0400
llvmGen: Clean up warning
>---------------------------------------------------------------
8ed5a85e0a62158b287164b6b83adb58cfe789fd
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