JS: Remove reference to deprecated step relation that's empty anyway

This commit is contained in:
Asger F
2024-12-13 16:22:14 +01:00
parent 0b2914ff13
commit 947b785d47
3 changed files with 0 additions and 5 deletions

View File

@@ -17,8 +17,6 @@ predicate relevantStep(DataFlow::Node pred, DataFlow::Node succ) {
or
DataFlow::SharedFlowStep::step(pred, succ)
or
DataFlow::SharedFlowStep::step(pred, succ, _, _)
or
DataFlow::SharedFlowStep::loadStep(pred, succ, _)
or
DataFlow::SharedFlowStep::storeStep(pred, succ, _)

View File

@@ -24,8 +24,6 @@ predicate unmodeled(API::Node callee, API::CallNode call, DataFlow::Node pred, D
or
DataFlow::SharedFlowStep::step(_, succ)
or
DataFlow::SharedFlowStep::step(_, succ, _, _)
or
DataFlow::SharedFlowStep::loadStep(_, succ, _)
or
DataFlow::SharedFlowStep::storeStep(_, succ, _)