mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
remove a few default constructors
This commit is contained in:
parent
22d9bfad35
commit
a62fede64b
16 changed files with 16 additions and 21 deletions
|
@ -50,7 +50,6 @@ struct aig {
|
|||
unsigned m_ref_count;
|
||||
aig_lit m_children[2];
|
||||
unsigned m_mark:1;
|
||||
aig() {}
|
||||
};
|
||||
|
||||
#if Z3DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue