[commit: ghc] wip/T13861: this is not needed any more (5be324d)

git at git.haskell.org git at git.haskell.org
Wed Dec 27 19:57:10 UTC 2017


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

On branch  : wip/T13861
Link       : http://ghc.haskell.org/trac/ghc/changeset/5be324d36e30924d73bcc68ad078aca3b193ea2b/ghc

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

commit 5be324d36e30924d73bcc68ad078aca3b193ea2b
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Dec 27 20:56:51 2017 +0100

    this is not needed any more
    
    should fix Travis


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

5be324d36e30924d73bcc68ad078aca3b193ea2b
 compiler/simplStg/StgCse.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/simplStg/StgCse.hs b/compiler/simplStg/StgCse.hs
index 3712956..82a36d5 100644
--- a/compiler/simplStg/StgCse.hs
+++ b/compiler/simplStg/StgCse.hs
@@ -337,7 +337,6 @@ stgCseExpr env (StgConApp dataCon args tys)
     = StgConApp dataCon args' tys
   where args' = substArgs env args
         dc = Lax dataCon
-        u = getUnique (getName dc)
 
 -- Let bindings
 -- The binding might be removed due to CSE (we do not want trivial bindings on



More information about the ghc-commits mailing list