[commit: ghc] wip/prettyprinter: nativeGen: Clean up warning (b3df320)
git at git.haskell.org
git at git.haskell.org
Wed Sep 13 21:08:48 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/prettyprinter
Link : http://ghc.haskell.org/trac/ghc/changeset/b3df320303b8f3986d1724e7ae172fedba4a8342/ghc
>---------------------------------------------------------------
commit b3df320303b8f3986d1724e7ae172fedba4a8342
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jul 21 00:17:27 2017 -0400
nativeGen: Clean up warning
>---------------------------------------------------------------
b3df320303b8f3986d1724e7ae172fedba4a8342
compiler/nativeGen/AsmCodeGen.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/nativeGen/AsmCodeGen.hs b/compiler/nativeGen/AsmCodeGen.hs
index 498878f..7802dcc 100644
--- a/compiler/nativeGen/AsmCodeGen.hs
+++ b/compiler/nativeGen/AsmCodeGen.hs
@@ -98,7 +98,6 @@ import Data.Maybe
import Data.Ord ( comparing )
import Control.Exception
import Control.Monad
-import System.IO
import System.IO (Handle)
{-
More information about the ghc-commits
mailing list