3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-14 03:04:44 +00:00

debugging opt

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-01-20 10:20:22 -08:00
parent 7fc1b75cb8
commit b129ee764f
3 changed files with 7 additions and 3 deletions

View file

@ -89,9 +89,7 @@ void generic_model_converter::operator()(model_ref & md) {
}
void generic_model_converter::display(std::ostream & out) {
unsigned i = 0;
for (entry const& e : m_entries) {
++i;
switch (e.m_instruction) {
case instruction::HIDE:
display_del(out, e.m_f);