Skip to content

Commit 799f3de

Browse files
committed
style: killed dead code
1 parent e1dfcf4 commit 799f3de

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cls/TestCoverage/Utils.cls

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -487,11 +487,6 @@ ClassMethod GetPythonMethodMapping(pDocumentText) [ Language = python ]
487487
@staticmethod
488488
def get_end_line(node):
489489
return max(child.lineno for child in ast.walk(node) if hasattr(child, 'lineno'))
490-
#; # preprocessing the ending line number for each function
491-
#; tree_with_line_numbers = ast.increment_lineno(tree, n=1)
492-
#; for node in ast.walk(tree_with_line_numbers):
493-
#; if isinstance(node, ast.FunctionDef):
494-
#; node.end_lineno = node.body[-1].end_lineno
495490

496491
FunctionMapper().visit(tree)
497492
print(source_lines)

0 commit comments

Comments
 (0)