3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

deal with compiler warnings, from MacOS CI build

This commit is contained in:
Nikolaj Bjorner 2021-03-08 17:14:09 -08:00
parent 7eceeff349
commit f29a596070
13 changed files with 19 additions and 25 deletions

View file

@ -422,7 +422,6 @@ namespace seq {
unsigned num_ls_units = count_units_r2l(ls, ls.size() - 1);
if (num_ls_units == 0 || num_ls_units == ls.size())
return false;
unsigned ls_units_offset = ls.size() - num_ls_units;
unsigned num_rs_non_units = count_non_units_r2l(rs, rs.size() - 1);
if (num_rs_non_units == rs.size())
return false;