[pypy-commit] pypy default: kill unneccessary line

cfbolz pypy.commits at gmail.com
Wed Aug 17 12:49:30 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r86254:b5b9e11e782d
Date: 2016-08-17 17:39 +0200
http://bitbucket.org/pypy/pypy/changeset/b5b9e11e782d/

Log:	kill unneccessary line

diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++ b/pypy/objspace/std/mapdict.py
@@ -221,7 +221,6 @@
         stack_index = 0
         while True:
             current = self
-            number_to_readd = 0
             number_to_readd, attr = self._find_branch_to_move_into(name, index)
             # we found the attributes further up, need to save the
             # previous values of the attributes we passed


More information about the pypy-commit mailing list