Skip to content

Commit e273159

Browse files
committed
rust
1 parent fddb4f0 commit e273159

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rust/ql/lib/codeql/rust/dataflow/internal/DataFlowConsistency.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ private module Input implements InputSig<Location, RustDataFlow> {
2020
n instanceof Node::FlowSummaryNode
2121
or
2222
n.(Node::PostUpdateNode).getPreUpdateNode().asExpr() = getPostUpdateReverseStep(_, _)
23-
or
24-
FlowSummaryImpl::Private::Steps::sourceLocalStep(_, n, _)
2523
}
2624

2725
predicate missingLocationExclude(RustDataFlow::Node n) { not exists(n.asExpr().getLocation()) }

0 commit comments

Comments
 (0)