mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
This commit is contained in:
parent
a180254c1a
commit
5393f1d98f
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue