mirror of
https://github.com/Z3Prover/z3
synced 2025-11-25 06:59:32 +00:00
Fix some warnings about unused stuff. (#6290)
This commit is contained in:
parent
d5d77dfe64
commit
706f7fbdc7
3 changed files with 3 additions and 3 deletions
|
|
@ -328,7 +328,6 @@ namespace smt {
|
|||
return;
|
||||
}
|
||||
context & ctx = get_context();
|
||||
region & r = ctx.get_region();
|
||||
enode * _x = get_enode(x);
|
||||
enode * _y = get_enode(y);
|
||||
eq_vector const& eqs = antecedents.eqs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue