From f1c87545278f429c0bf68df66d5dfa7aa365b416 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Wed, 5 Feb 2020 12:46:08 -0800 Subject: [PATCH] na Signed-off-by: Nikolaj Bjorner --- src/smt/smt_context.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/smt/smt_context.cpp b/src/smt/smt_context.cpp index 267274cdd..55ab8cb86 100644 --- a/src/smt/smt_context.cpp +++ b/src/smt/smt_context.cpp @@ -4397,8 +4397,6 @@ namespace smt { TRACE("opt", tout << (refinalize?"refinalize":"no-op") << " " << fcs << "\n";); if (fcs == FC_DONE) { reset_model(); - model_ref mdl; - get_model(mdl); } return fcs == FC_DONE;