mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Remove unused variables
This commit is contained in:
parent
364fbda925
commit
5e5c231712
2 changed files with 0 additions and 3 deletions
|
@ -238,8 +238,6 @@ struct evaluator_cfg : public default_rewriter_cfg {
|
|||
func_decl* g = nullptr;
|
||||
VERIFY(m_ar.is_as_array(f, g));
|
||||
expr* def = nullptr;
|
||||
quantifier* q = nullptr;
|
||||
proof* def_pr = nullptr;
|
||||
if (m_def_cache.find(g, def)) {
|
||||
result = def;
|
||||
return BR_DONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue