Skip to content

Commit c5550e4

Browse files
build
1 parent 1dc8b59 commit c5550e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/smt/theory_recfun.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Revision History:
2222
#include "ast/for_each_expr.h"
2323
#include "smt/theory_recfun.h"
2424
#include "smt/params/smt_params_helper.hpp"
25-
#include "smt/model_sweeper.h"
2625

2726

2827
#define TRACEFN(x) TRACE("recfun", tout << x << '\n';)
@@ -443,7 +442,6 @@ namespace smt {
443442

444443
final_check_status theory_recfun::final_check_eh() {
445444
TRACEFN("final\n");
446-
generate_induction_lemmas(get_context());
447445
if (can_propagate()) {
448446
propagate();
449447
return FC_CONTINUE;

0 commit comments

Comments
 (0)