mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
remove unnecessary one-step inline
This commit is contained in:
@@ -887,14 +887,8 @@ StatePair getAForkPair(State fork) {
|
||||
predicate isPumpable(State fork, string w) {
|
||||
exists(StatePair q, Trace t |
|
||||
isReachableFromFork(fork, q, t, _) and
|
||||
(
|
||||
q = getAForkPair(fork) and w = concretise(t)
|
||||
or
|
||||
exists(InputSymbol s1, InputSymbol s2 |
|
||||
step(q, s1, s2, getAForkPair(fork)) and
|
||||
w = concretise(Step(s1, s2, t))
|
||||
)
|
||||
)
|
||||
q = getAForkPair(fork) and
|
||||
w = concretise(t)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user