Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: py3.5
Changeset: r94553:d43acd762a29
Date: 2018-05-14 03:57 +0100
http://bitbucket.org/pypy/pypy/changeset/d43acd762a29/

Log:    hg merge default

diff --git a/rpython/jit/metainterp/pyjitpl.py 
b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl.py
+++ b/rpython/jit/metainterp/pyjitpl.py
@@ -430,7 +430,6 @@
             for const1 in switchdict.const_keys_in_order:
                 box = self.execute(rop.INT_EQ, valuebox, const1)
                 assert box.getint() == 0
-                target = switchdict.dict[const1.getint()]
                 self.metainterp.generate_guard(rop.GUARD_FALSE, box,
                                                resumepc=orgpc)
         else:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to