diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-07-21 00:16:34 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-21 00:16:34 -0400 |
commit | 8ed5a85e0a62158b287164b6b83adb58cfe789fd (patch) | |
tree | 901868992b03aa5575e738f71f42a2031213fff5 | |
parent | 8ea1835091a42328a9ab152aa2ab3d759f90a06c (diff) | |
download | haskell-8ed5a85e0a62158b287164b6b83adb58cfe789fd.tar.gz |
llvmGen: Clean up warning
-rw-r--r-- | compiler/llvmGen/LlvmCodeGen/Base.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/llvmGen/LlvmCodeGen/Base.hs b/compiler/llvmGen/LlvmCodeGen/Base.hs index 99202b758f..6e42f52f89 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 |