mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
remove some uneeded constructors
This commit is contained in:
parent
fb5bbb8074
commit
97c70ba501
5 changed files with 8 additions and 14 deletions
|
@ -27,14 +27,11 @@ namespace smt {
|
|||
theory_array::theory_array(context& ctx):
|
||||
theory_array_base(ctx),
|
||||
m_params(ctx.get_fparams()),
|
||||
m_find(*this),
|
||||
m_trail_stack(),
|
||||
m_final_check_idx(0) {
|
||||
m_find(*this) {
|
||||
}
|
||||
|
||||
theory_array::~theory_array() {
|
||||
std::for_each(m_var_data.begin(), m_var_data.end(), delete_proc<var_data>());
|
||||
m_var_data.reset();
|
||||
}
|
||||
|
||||
void theory_array::init_search_eh() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue