summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-08-03 13:49:14 (GMT)
committerJesus Cea <jcea@jcea.es>2012-08-03 13:49:14 (GMT)
commit676e73b3fb312f2b4ba413090bf930f6ad8690cb (patch)
treebe16ea6caf51c2f2c24fca63e696436aba6c7ab6
parent16e2fca47e44e6244d7aaa285fde5ae162c4baab (diff)
downloadcpython-676e73b3fb312f2b4ba413090bf930f6ad8690cb.zip
cpython-676e73b3fb312f2b4ba413090bf930f6ad8690cb.tar.gz
cpython-676e73b3fb312f2b4ba413090bf930f6ad8690cb.tar.bz2
#15512: Remove remnants of debugging code
-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 f11c92e..70eb9c0 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