mirror of
https://github.com/Z3Prover/z3
synced 2025-09-01 15:50:40 +00:00
remove default destructors & some default constructors
Another ~700 KB reduction in binary size
This commit is contained in:
parent
0837e3b8e8
commit
8061765574
66 changed files with 22 additions and 131 deletions
|
@ -268,7 +268,6 @@ namespace array {
|
|||
void validate_extensionality(euf::enode* s, euf::enode* t) const;
|
||||
public:
|
||||
solver(euf::solver& ctx, theory_id id);
|
||||
~solver() override;
|
||||
bool is_external(bool_var v) override { return false; }
|
||||
void get_antecedents(literal l, sat::ext_justification_idx idx, literal_vector& r, bool probing) override {}
|
||||
void asserted(literal l) override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue