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

fix build warnings

This commit is contained in:
Nikolaj Bjorner 2025-04-14 10:33:14 -07:00
parent 5ad79f2864
commit 1510b3112e
7 changed files with 0 additions and 7 deletions

View file

@ -414,7 +414,6 @@ struct mbp_array_tg::impl {
expr* a1 = e1->get_arg(0);
for (unsigned j = i + 1; j < rdTerms.size(); j++) {
app* e2 = rdTerms.get(j);
expr* a2 = e2->get_arg(0);
if (!is_seen(e1, e2) && a1 == e2) {
mark_seen(e1, e2);
progress = true;