mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +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
|
@ -54,8 +54,6 @@ namespace datalog {
|
|||
var_idx_set m_all_nonlocal_vars;
|
||||
rule_vector m_rules;
|
||||
|
||||
pair_info() {}
|
||||
|
||||
pair_info & operator=(const pair_info &) = delete;
|
||||
bool can_be_joined() const {
|
||||
return m_consumers > 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue