summaryrefslogtreecommitdiff
path: root/Lib/test/test_parser.py
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-08-03 15:49:14 +0200
committerJesus Cea <jcea@jcea.es>2012-08-03 15:49:14 +0200
commit676e73b3fb312f2b4ba413090bf930f6ad8690cb (patch)
treebe16ea6caf51c2f2c24fca63e696436aba6c7ab6 /Lib/test/test_parser.py
parent16e2fca47e44e6244d7aaa285fde5ae162c4baab (diff)
downloadcpython-git-676e73b3fb312f2b4ba413090bf930f6ad8690cb.tar.gz
#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 f11c92ee44..70eb9c0cc2 100644
--- a/Lib/test/test_parser.py
+++ b/Lib/test/test_parser.py
@@ -699,8 +699,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