[commit: ghc] master: Remove redundant import (8dd4e3b)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 18:42:04 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8dd4e3bbbaa3a262c45368985a575e970f7b7fe3/ghc
>---------------------------------------------------------------
commit 8dd4e3bbbaa3a262c45368985a575e970f7b7fe3
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Feb 17 14:57:26 2017 +0000
Remove redundant import
>---------------------------------------------------------------
8dd4e3bbbaa3a262c45368985a575e970f7b7fe3
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