3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 14:40:55 +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

@ -23,7 +23,7 @@ Revision History:
namespace smt {
class theory_array_full : public theory_array {
class theory_array_full final : public theory_array {
struct var_data_full {
ptr_vector<enode> m_maps;
ptr_vector<enode> m_consts;