mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
misc warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ada873631e
commit
b723e1093b
4 changed files with 8 additions and 8 deletions
|
@ -121,7 +121,6 @@ namespace fpa {
|
|||
|
||||
bool solver::post_visit(expr* e, bool sign, bool root) {
|
||||
euf::enode* n = expr2enode(e);
|
||||
app* a = to_app(e);
|
||||
SASSERT(!n || !n->is_attached_to(get_id()));
|
||||
if (!n)
|
||||
n = mk_enode(e, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue