mirror of
https://github.com/Z3Prover/z3
synced 2025-09-01 07:40:41 +00:00
delete more default constructors
reduces code size by 0.1%
This commit is contained in:
parent
4b4a28239f
commit
737c2208fa
41 changed files with 35 additions and 91 deletions
|
@ -56,8 +56,7 @@ struct dl_context {
|
|||
m_cmd(ctx),
|
||||
m_collected_cmds(collected_cmds),
|
||||
m_ref_count(0),
|
||||
m_decl_plugin(nullptr),
|
||||
m_trail() {}
|
||||
m_decl_plugin(nullptr) {}
|
||||
|
||||
void inc_ref() {
|
||||
++m_ref_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue