Skip to content

Commit 5393f1d

Browse files
1 parent a180254 commit 5393f1d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ast/recfun_decl_plugin.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ namespace recfun {
273273
}
274274
else if (is_app(e)) {
275275
// explore arguments
276-
for (expr * arg : *to_app(e)) {
277-
if (contains_ite(u, arg)) {
278276
for (expr * arg : *to_app(e))
279277
if (contains_ite(u, arg))
280278
stack.push_back(arg);

0 commit comments

Comments
 (0)