mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#/Java: Remove cached from wrapper predicate
This commit is contained in:
@@ -350,7 +350,6 @@ predicate hasNonlocalValue(FieldRead fr) {
|
||||
/**
|
||||
* Holds if data can flow from `node1` to `node2` in one local step.
|
||||
*/
|
||||
cached
|
||||
predicate localFlowStep(Node node1, Node node2) {
|
||||
simpleLocalFlowStep(node1, node2)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user