Author: Carl Friedrich Bolz <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit