[commit: ghc] wip/prettyprinter: nativeGen: Clean up warning (7a570aa)
git at git.haskell.org
git at git.haskell.org
Thu Jan 18 18:08:09 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/prettyprinter
Link : http://ghc.haskell.org/trac/ghc/changeset/7a570aad3535256cbba09e16a2e9b59d017565fe/ghc
>---------------------------------------------------------------
commit 7a570aad3535256cbba09e16a2e9b59d017565fe
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jul 21 00:17:27 2017 -0400
nativeGen: Clean up warning
>---------------------------------------------------------------
7a570aad3535256cbba09e16a2e9b59d017565fe
compiler/nativeGen/AsmCodeGen.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/nativeGen/AsmCodeGen.hs b/compiler/nativeGen/AsmCodeGen.hs
index 85cc2ba..b91181c 100644
--- a/compiler/nativeGen/AsmCodeGen.hs
+++ b/compiler/nativeGen/AsmCodeGen.hs
@@ -100,7 +100,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