mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
remove some warnings with clang
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
08d3a82ce0
commit
14312ef8a3
2 changed files with 2 additions and 4 deletions
|
@ -122,8 +122,7 @@ namespace dd {
|
|||
|
||||
solver::scoped_process::~scoped_process() {
|
||||
if (e) {
|
||||
pdd const& p = e->poly();
|
||||
SASSERT(!p.is_val());
|
||||
SASSERT(!e->poly().is_val());
|
||||
g.push_equation(processed, e);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue