mirror of
https://github.com/Z3Prover/z3
synced 2026-05-21 09:29:35 +00:00
Remove empty leaf destructors. (#6211)
This commit is contained in:
parent
f7fbb78fc8
commit
5d0dea05aa
134 changed files with 10 additions and 322 deletions
|
|
@ -239,7 +239,6 @@ namespace smt {
|
|||
unsigned num_params, parameter* params):
|
||||
simple_justification(r, num_lits, lits),
|
||||
m_th_id(fid), m_params(num_params, params) {}
|
||||
~simple_theory_justification() override {}
|
||||
|
||||
bool has_del_eh() const override { return !m_params.empty(); }
|
||||
|
||||
|
|
@ -323,8 +322,6 @@ namespace smt {
|
|||
unsigned num_eqs, enode_pair const * eqs,
|
||||
unsigned num_params = 0, parameter* params = nullptr):
|
||||
ext_simple_justification(r, num_lits, lits, num_eqs, eqs), m_th_id(fid), m_params(num_params, params) {}
|
||||
|
||||
~ext_theory_simple_justification() override {}
|
||||
|
||||
bool has_del_eh() const override { return !m_params.empty(); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue