mirror of
https://github.com/Z3Prover/z3
synced 2026-02-25 17:51:20 +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
|
|
@ -674,8 +674,6 @@ namespace datalog {
|
|||
|
||||
class karr_relation_plugin::union_fn : public relation_union_fn {
|
||||
public:
|
||||
union_fn() {}
|
||||
|
||||
void operator()(relation_base & _r, const relation_base & _src, relation_base * _delta) override {
|
||||
|
||||
karr_relation& r = get(_r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue