Skip to content

Commit 215b146

Browse files
committed
Python: remove unused member predicate
1 parent 491ca3f commit 215b146

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,9 +1668,6 @@ class CapturedVariablesArgumentNode extends CfgNode, ArgumentNode {
16681668
callNode = call.getNode() and
16691669
pos.isLambdaSelf()
16701670
}
1671-
1672-
/** Gets the `CallNode` that is being passed as an argument to itself. */
1673-
CallNode getCallNode() { result = callNode }
16741671
}
16751672

16761673
/** Gets a viable run-time target for the call `call`. */

0 commit comments

Comments
 (0)