mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +00:00
fix warnings for unused variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ec565ae7a0
commit
96e157e201
38 changed files with 180 additions and 184 deletions
|
@ -2365,8 +2365,7 @@ namespace Duality {
|
|||
Term CanonIneqTerm(const Term &p){
|
||||
Term term,bound;
|
||||
Term ps = p.simplify();
|
||||
bool ok = IsCanonIneq(ps,term,bound);
|
||||
assert(ok);
|
||||
VERIFY(IsCanonIneq(ps,term,bound));
|
||||
return term - bound;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue