mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Remove unused variable.
This commit is contained in:
parent
d977c151f6
commit
ce7f9c3f3d
1 changed files with 0 additions and 1 deletions
|
@ -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", 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";);
|
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++) {
|
for (unsigned i = 0; i < sz; i++) {
|
||||||
if (c[i].var() != b)
|
if (c[i].var() != b)
|
||||||
process_antecedent(c[i]);
|
process_antecedent(c[i]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue