[commit: ghc] wip/annotate-core: nativeGen: Clean up warning (f2a305b)
git at git.haskell.org
git at git.haskell.org
Tue Jul 25 17:54:11 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/annotate-core
Link : http://ghc.haskell.org/trac/ghc/changeset/f2a305b5944eac0cfd9136bf7b0de78f983070b6/ghc
>---------------------------------------------------------------
commit f2a305b5944eac0cfd9136bf7b0de78f983070b6
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jul 21 00:17:27 2017 -0400
nativeGen: Clean up warning
>---------------------------------------------------------------
f2a305b5944eac0cfd9136bf7b0de78f983070b6
compiler/nativeGen/AsmCodeGen.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/nativeGen/AsmCodeGen.hs b/compiler/nativeGen/AsmCodeGen.hs
index e791b86..11bd8a1 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