Skip to content

Commit 2c5c26c

Browse files
committed
fix: remove unused caller.calls reference in call graph construction
1 parent 46e1cc5 commit 2c5c26c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scubatrace/project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ def __build_callgraph(self, entry: Function) -> nx.MultiDiGraph:
244244
column=callsite.start_column,
245245
)
246246
dq.append(callee)
247-
caller.calls
248247
return cg
249248

250249
@property

0 commit comments

Comments
 (0)