mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Shared: remove old stateful outBarrier check
This commit is contained in:
@@ -3773,14 +3773,11 @@ module MakeImpl<InputSig Lang> {
|
||||
}
|
||||
|
||||
override PathNodeImpl getASuccessorImpl() {
|
||||
not outBarrier(node, state) and
|
||||
(
|
||||
// an intermediate step to another intermediate node
|
||||
result = this.getSuccMid()
|
||||
or
|
||||
// a final step to a sink
|
||||
result = this.getSuccMid().projectToSink()
|
||||
)
|
||||
// an intermediate step to another intermediate node
|
||||
result = this.getSuccMid()
|
||||
or
|
||||
// a final step to a sink
|
||||
result = this.getSuccMid().projectToSink()
|
||||
}
|
||||
|
||||
override predicate isSource() {
|
||||
|
||||
Reference in New Issue
Block a user