mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 21:20:52 +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
1 changed files with 0 additions and 1 deletions
|
@ -261,7 +261,6 @@ bool convex_closure::infer_div_pred(const vector<rational> &data, rational &m,
|
||||||
});
|
});
|
||||||
SASSERT(data.size() > 1);
|
SASSERT(data.size() > 1);
|
||||||
SASSERT(is_sorted(data));
|
SASSERT(is_sorted(data));
|
||||||
(void)is_sorted;
|
|
||||||
|
|
||||||
m = rational(2);
|
m = rational(2);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue