3
0
Fork 0
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:
Nuno Lopes 2024-12-22 15:06:58 +00:00
parent fb5bbb8074
commit 97c70ba501
5 changed files with 8 additions and 14 deletions

View file

@ -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) {