[commit: ghc] wip/T13255-spj: Remove redundant import (3b0b4f3)
git at git.haskell.org
git at git.haskell.org
Fri Feb 17 15:09:10 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T13255-spj
Link : http://ghc.haskell.org/trac/ghc/changeset/3b0b4f36fa1b1a06c3e88811f527d9a333c0e8f3/ghc
>---------------------------------------------------------------
commit 3b0b4f36fa1b1a06c3e88811f527d9a333c0e8f3
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Feb 17 14:57:26 2017 +0000
Remove redundant import
>---------------------------------------------------------------
3b0b4f36fa1b1a06c3e88811f527d9a333c0e8f3
compiler/simplCore/FloatOut.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/simplCore/FloatOut.hs b/compiler/simplCore/FloatOut.hs
index 4806862..72fc0d1 100644
--- a/compiler/simplCore/FloatOut.hs
+++ b/compiler/simplCore/FloatOut.hs
@@ -21,7 +21,6 @@ import DynFlags
import ErrUtils ( dumpIfSet_dyn )
import Id ( Id, idArity, idType, isBottomingId,
isJoinId, isJoinId_maybe )
-import Var ( Var )
import BasicTypes ( TopLevelFlag(..), isTopLevel )
import SetLevels
import UniqSupply ( UniqSupply )
More information about the ghc-commits
mailing list