Rust: Remove the models output from the dataflow/local test.

This commit is contained in:
Geoffrey White
2025-04-14 16:39:40 +01:00
parent 86313715a4
commit bdd5717c09
2 changed files with 0 additions and 1064 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,8 +6,6 @@ private predicate provenance(string model) { RustDataFlow::simpleLocalFlowStep(_
private module Tm = TranslateModels<provenance/1>;
query predicate models = Tm::models/2;
query predicate localStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
// Local flow steps that don't originate from a flow summary.
RustDataFlow::simpleLocalFlowStep(nodeFrom, nodeTo, "")