mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
remove stale assertions due to lambda #2446
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
74631265b9
commit
e1fd167e01
2 changed files with 1 additions and 6 deletions
|
@ -1278,7 +1278,6 @@ namespace qe {
|
|||
in->reset();
|
||||
in->inc_depth();
|
||||
result.push_back(in.get());
|
||||
std::cout << in->models_enabled() << " " << m_model_save.get() << "\n";
|
||||
if (in->models_enabled()) {
|
||||
model_converter_ref mc;
|
||||
mc = model2model_converter(m_model_save.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue