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:
parent
c672c3a250
commit
09a2ba4931
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue