Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r94546:b929ba72ac2b
Date: 2018-05-13 11:36 +0200
http://bitbucket.org/pypy/pypy/changeset/b929ba72ac2b/

Log:    Remove an unused line

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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to