summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_parser.py
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-08-03 13:49:40 (GMT)
committerJesus Cea <jcea@jcea.es>2012-08-03 13:49:40 (GMT)
commitba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0 (patch)
tree1d37fadb488201ac4d88c4025d345dde860b5c3c /Lib/test/test_parser.py
parent1659b75189d366ed05e7e43d394513ee5c5dc790 (diff)
parent676e73b3fb312f2b4ba413090bf930f6ad8690cb (diff)
downloadcpython-ba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0.zip
cpython-ba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0.tar.gz
cpython-ba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0.tar.bz2
MERGE: #15512: Remove remnants of debugging code
Diffstat (limited to 'Lib/test/test_parser.py')
-rw-r--r--Lib/test/test_parser.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py
index 52f278b..c93a2ca 100644
--- a/Lib/test/test_parser.py
+++ b/Lib/test/test_parser.py
@@ -703,8 +703,6 @@ class STObjectTestCase(unittest.TestCase):
children = node[1:-1] if hasstr else node[1:]
if children:
res += XXXROUNDUP(len(children)) * nodesize
- res1 = res
- if children:
for child in children:
res += sizeofchildren(child)
return res