3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

small fix

This commit is contained in:
Mikolas Janota 2016-01-26 18:11:33 +00:00
parent e7477e2f6a
commit 4b37140780

View file

@ -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());
}
}