diff --git a/src/smt/theory_recfun.cpp b/src/smt/theory_recfun.cpp index c0eeea9d5..cfe4522de 100644 --- a/src/smt/theory_recfun.cpp +++ b/src/smt/theory_recfun.cpp @@ -22,7 +22,6 @@ Revision History: #include "ast/for_each_expr.h" #include "smt/theory_recfun.h" #include "smt/params/smt_params_helper.hpp" -#include "smt/model_sweeper.h" #define TRACEFN(x) TRACE("recfun", tout << x << '\n';) @@ -443,7 +442,6 @@ namespace smt { final_check_status theory_recfun::final_check_eh() { TRACEFN("final\n"); - generate_induction_lemmas(get_context()); if (can_propagate()) { propagate(); return FC_CONTINUE;