mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
fix build warnings
This commit is contained in:
parent
5ad79f2864
commit
1510b3112e
7 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue