Skip to content

Commit ce7f9c3

Browse files
waywardmonkeysNikolajBjorner
authored andcommitted
Remove unused variable.
1 parent d977c15 commit ce7f9c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nlsat/nlsat_solver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,6 @@ namespace nlsat {
15491549
TRACE("nlsat_proof", tout << "resolving "; if (b != null_bool_var) display_atom(tout, b) << "\n"; display(tout, sz, c); tout << "\n";);
15501550
TRACE("nlsat_proof_sk", tout << "resolving "; if (b != null_bool_var) tout << "b" << b; tout << "\n"; display_abst(tout, sz, c); tout << "\n";);
15511551

1552-
bool found_decision = false;
15531552
for (unsigned i = 0; i < sz; i++) {
15541553
if (c[i].var() != b)
15551554
process_antecedent(c[i]);

0 commit comments

Comments
 (0)