mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
small fix
This commit is contained in:
parent
e7477e2f6a
commit
4b37140780
|
@ -46,8 +46,7 @@ public:
|
|||
result.push_back(resg.get());
|
||||
// report model
|
||||
if (g->models_enabled()) {
|
||||
model_ref abstr_model = imp->get_model();
|
||||
mc = mk_ackr_model_converter(m, imp->get_info(), abstr_model);
|
||||
mc = mk_ackr_model_converter(m, imp->get_info());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue