cleanup comment

This commit is contained in:
ehrenb 2023-12-31 17:13:05 -05:00
parent 9f1694e9e0
commit 0e9e37c5df

View File

@ -1933,8 +1933,6 @@ class Analysis:
_add_node(CG, orig_method, entry_points)
# callee_method actually seems to be a MethodAnalysis, which is
# not consistent with the documentation of m.get_xref_to()
for callee_class, callee_method, offset in m.get_xref_to():
_add_node(CG, callee_method.method, entry_points)