3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

eliminated unnecessary variable

This commit is contained in:
Christoph M. Wintersteiger 2016-11-04 22:08:49 +00:00
parent 696bbc7708
commit b1f7c6ac97

View file

@ -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]);
}