mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 22:41:15 +00:00
remove some uneeded constructors
This commit is contained in:
parent
fb5bbb8074
commit
97c70ba501
5 changed files with 8 additions and 14 deletions
|
@ -34,7 +34,6 @@ namespace smt {
|
|||
|
||||
theory_array_full::~theory_array_full() {
|
||||
std::for_each(m_var_data_full.begin(), m_var_data_full.end(), delete_proc<var_data_full>());
|
||||
m_var_data_full.reset();
|
||||
}
|
||||
|
||||
theory* theory_array_full::mk_fresh(context* new_ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue