3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

silence some build warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-03 17:11:34 -07:00
parent 8cb59fe8a6
commit 6f65051f2c
3 changed files with 3 additions and 2 deletions

View file

@ -169,7 +169,6 @@ namespace sat {
init_goodvars();
set_best_unsat();
unsigned sz = m_units.size();
for (unsigned i = 0; !m_is_unsat && i < m_units.size(); ++i) {
bool_var v = m_units[i];
propagate(literal(v, !cur_solution(v)));