Python: remove unused member predicate

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-20 14:45:00 +01:00
parent 491ca3f1e6
commit 215b146f06

View File

@@ -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`. */