From: Jesus Cea Date: Fri, 3 Aug 2012 13:49:14 +0000 (+0200) Subject: #15512: Remove remnants of debugging code X-Git-Tag: v3.3.0b2~55^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=676e73b3fb312f2b4ba413090bf930f6ad8690cb;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 f11c92ee447e..70eb9c0cc2b0 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