mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Python: remove unused member predicate
This commit is contained in:
@@ -1668,9 +1668,6 @@ class CapturedVariablesArgumentNode extends CfgNode, ArgumentNode {
|
||||
callNode = call.getNode() and
|
||||
pos.isLambdaSelf()
|
||||
}
|
||||
|
||||
/** Gets the `CallNode` that is being passed as an argument to itself. */
|
||||
CallNode getCallNode() { result = callNode }
|
||||
}
|
||||
|
||||
/** Gets a viable run-time target for the call `call`. */
|
||||
|
||||
Reference in New Issue
Block a user