3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

remove artificial usage of function, it causes another compiler warning to refer to a function without arguments.

This commit is contained in:
Nikolaj Bjorner 2022-10-25 10:28:25 -07:00
parent c672c3a250
commit 09a2ba4931

View file

@ -261,7 +261,6 @@ bool convex_closure::infer_div_pred(const vector<rational> &data, rational &m,
});
SASSERT(data.size() > 1);
SASSERT(is_sorted(data));
(void)is_sorted;
m = rational(2);