mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
remove isRelevant from flowStep
This commit is contained in:
@@ -1153,7 +1153,6 @@ private predicate flowStep(
|
||||
// Flow into higher-order call
|
||||
flowIntoHigherOrderCall(pred, succ, cfg, summary)
|
||||
) and
|
||||
isRelevant(pred, cfg) and
|
||||
not cfg.isBarrier(succ) and
|
||||
not isBarrierEdge(cfg, pred, succ) and
|
||||
not isLabeledBarrierEdge(cfg, pred, succ, summary.getEndLabel()) and
|
||||
|
||||
Reference in New Issue
Block a user