mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
eliminated unnecessary variable
This commit is contained in:
parent
696bbc7708
commit
b1f7c6ac97
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ private:
|
|||
return;
|
||||
}
|
||||
filter_model_converter filter(m);
|
||||
func_decl_ref_vector const& fns = m_bv_fns;
|
||||
for (unsigned i = 0; i < m_bv_fns.size(); ++i) {
|
||||
filter.insert(m_bv_fns[i]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue