[commit: ghc] master: Remove unused import of emptyNameEnv (a3c37c3)
git at git.haskell.org
git at git.haskell.org
Tue Apr 19 07:39:29 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a3c37c3f56759882c6ac8784b8b9ef55c8f8923c/ghc
>---------------------------------------------------------------
commit a3c37c3f56759882c6ac8784b8b9ef55c8f8923c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Apr 18 14:51:30 2016 +0100
Remove unused import of emptyNameEnv
>---------------------------------------------------------------
a3c37c3f56759882c6ac8784b8b9ef55c8f8923c
compiler/main/HscMain.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/main/HscMain.hs b/compiler/main/HscMain.hs
index 385c9f2..d778b1d 100644
--- a/compiler/main/HscMain.hs
+++ b/compiler/main/HscMain.hs
@@ -130,7 +130,6 @@ import CmmBuildInfoTables
import CmmPipeline
import CmmInfo
import CodeOutput
-import NameEnv ( emptyNameEnv )
import InstEnv
import FamInstEnv
import Fingerprint ( Fingerprint )
More information about the ghc-commits
mailing list