mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Revert manual magic
This appeared to cause timeouts on DCA.
This commit is contained in:
@@ -91,7 +91,7 @@ private predicate fileLocalFlowStep(DataFlow::Node nodeFrom, DataFlow::Node node
|
||||
}
|
||||
|
||||
/** Holds if data flows from `source` to `sink`, including file wrapper classes. */
|
||||
private predicate fileLocalFlow(FileOpen source, DataFlow::Node sink) {
|
||||
private predicate fileLocalFlow(DataFlow::Node source, DataFlow::Node sink) {
|
||||
fileLocalFlowStep*(source, sink)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user