From: Jesus Cea Date: Fri, 3 Aug 2012 13:48:56 +0000 (+0200) Subject: #15512: Remove remnants of debugging code X-Git-Tag: v2.7.4rc1~668 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d52544dfd6095cf48800f724c79f8560d3ba7c34;p=thirdparty%2FPython%2Fcpython.git #15512: Remove remnants of debugging code --- diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py index c6900de63444..93fbaeceea7d 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