3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-30 15:00:08 +00:00

remove unneeded constructors (last round)

This commit is contained in:
Nuno Lopes 2020-07-12 17:41:57 +01:00
parent 44ec259c4c
commit bb26f219fe
37 changed files with 65 additions and 276 deletions

View file

@ -442,10 +442,6 @@ derivation::premise::premise (pred_transformer &pt, unsigned oidx,
m_ovars.push_back(m.mk_const(sm.n2o(v->get_decl(), m_oidx)));
}
derivation::premise::premise (const derivation::premise &p) :
m_pt (p.m_pt), m_oidx (p.m_oidx), m_summary (p.m_summary), m_must (p.m_must),
m_ovars (p.m_ovars) {}
/// \brief Updated the summary.
/// The new summary is over n-variables.
void derivation::premise::set_summary (expr * summary, bool must,