]> granicus.if.org Git - python/commitdiff
#15512: Remove remnants of debugging code
authorJesus Cea <jcea@jcea.es>
Fri, 3 Aug 2012 13:49:14 +0000 (15:49 +0200)
committerJesus Cea <jcea@jcea.es>
Fri, 3 Aug 2012 13:49:14 +0000 (15:49 +0200)
Lib/test/test_parser.py

index f11c92ee447e7a54714ef2aa41aca8fabaaad56d..70eb9c0cc2b0e59811a1b93f7676070be1523613 100644 (file)
@@ -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