diff --git a/src/ast/recfun_decl_plugin.cpp b/src/ast/recfun_decl_plugin.cpp index 9dd82bc1a..ca2e1584d 100644 --- a/src/ast/recfun_decl_plugin.cpp +++ b/src/ast/recfun_decl_plugin.cpp @@ -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);