diff options
author | Jesus Cea <jcea@jcea.es> | 2012-08-03 13:48:56 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-08-03 13:48:56 (GMT) |
commit | d52544dfd6095cf48800f724c79f8560d3ba7c34 (patch) | |
tree | 1d651c0998ce39fa41572b9e70f6a1c2c6fe61dc /Lib/test/test_parser.py | |
parent | d4e58dc9661716d139a5db70babf7e46c0a9761c (diff) | |
download | cpython-d52544dfd6095cf48800f724c79f8560d3ba7c34.zip cpython-d52544dfd6095cf48800f724c79f8560d3ba7c34.tar.gz cpython-d52544dfd6095cf48800f724c79f8560d3ba7c34.tar.bz2 |
#15512: Remove remnants of debugging code
Diffstat (limited to 'Lib/test/test_parser.py')
-rw-r--r-- | Lib/test/test_parser.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py index c6900de..93fbaec 100644 --- a/Lib/test/test_parser.py +++ b/Lib/test/test_parser.py @@ -610,8 +610,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 |