3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

Remove unused variable.

This commit is contained in:
Bruce Mitchener 2019-08-05 08:34:49 +07:00 committed by Nikolaj Bjorner
parent d977c151f6
commit ce7f9c3f3d

View file

@ -1549,7 +1549,6 @@ namespace nlsat {
TRACE("nlsat_proof", tout << "resolving "; if (b != null_bool_var) display_atom(tout, b) << "\n"; display(tout, sz, c); tout << "\n";);
TRACE("nlsat_proof_sk", tout << "resolving "; if (b != null_bool_var) tout << "b" << b; tout << "\n"; display_abst(tout, sz, c); tout << "\n";);
bool found_decision = false;
for (unsigned i = 0; i < sz; i++) {
if (c[i].var() != b)
process_antecedent(c[i]);