mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
eliminated unused variable
This commit is contained in:
parent
25011bc034
commit
560fa79d1f
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ namespace smt {
|
||||||
tout << "value[" << i << "] = " << mk_ismt2_pp(values[i], m) << std::endl;);
|
tout << "value[" << i << "] = " << mk_ismt2_pp(values[i], m) << std::endl;);
|
||||||
|
|
||||||
mpf_manager & mpfm = m_fu.fm();
|
mpf_manager & mpfm = m_fu.fm();
|
||||||
unsynch_mpq_manager & mpqm = mpfm.mpq_manager();
|
|
||||||
unsynch_mpz_manager & mpzm = mpfm.mpz_manager();
|
unsynch_mpz_manager & mpzm = mpfm.mpz_manager();
|
||||||
app * result;
|
app * result;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue