3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 17:30:23 +00:00

fix the build

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-06-19 15:05:02 -07:00
parent b703d2786c
commit 8f588a9263

View file

@ -292,8 +292,6 @@ public:
} }
void create_root(unsigned row_index) { void create_root(unsigned row_index) {
++lp().settings().ddd;
TRACE("cheap_eq", tout << "ddd = " << lp().settings().ddd << "\n";);
SASSERT(!m_root && !m_fixed_vertex); SASSERT(!m_root && !m_fixed_vertex);
signed_column x, y; signed_column x, y;
TRACE("cheap_eq", print_row(tout, row_index);); TRACE("cheap_eq", print_row(tout, row_index););