[commit: ghc] master: Remove unused import (b5c45d8)

git at git.haskell.org git at git.haskell.org
Sun Feb 2 08:44:13 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b5c45d845389e7f76f609b89d984278469a674cd/ghc

>---------------------------------------------------------------

commit b5c45d845389e7f76f609b89d984278469a674cd
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Sun Feb 2 08:55:50 2014 +0100

    Remove unused import


>---------------------------------------------------------------

b5c45d845389e7f76f609b89d984278469a674cd
 compiler/cmm/CmmLive.hs |    1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/cmm/CmmLive.hs b/compiler/cmm/CmmLive.hs
index e66ab73..e405fbe 100644
--- a/compiler/cmm/CmmLive.hs
+++ b/compiler/cmm/CmmLive.hs
@@ -14,7 +14,6 @@ module CmmLive
     )
 where
 
-import UniqSupply
 import DynFlags
 import BlockId
 import Cmm



More information about the ghc-commits mailing list