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:
parent
fb5bbb8074
commit
97c70ba501
5 changed files with 8 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue