mirror of https://github.com/python/cpython.git
#15512: Remove remnants of debugging code
This commit is contained in:
parent
d4e58dc966
commit
d52544dfd6
|
@ -610,8 +610,6 @@ def sizeofchildren(node):
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue