3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-04-19 11:10:37 +01:00
parent a180254c1a
commit 5393f1d98f

View file

@ -273,8 +273,6 @@ namespace recfun {
}
else if (is_app(e)) {
// explore arguments
for (expr * arg : *to_app(e)) {
if (contains_ite(u, arg)) {
for (expr * arg : *to_app(e))
if (contains_ite(u, arg))
stack.push_back(arg);