mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 08:47:37 +00:00
Remove redundant overridden default destructors (#8191)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
8266de787c
commit
a3c10c68a7
14 changed files with 0 additions and 16 deletions
|
|
@ -25,8 +25,6 @@ public:
|
|||
updt_params(p);
|
||||
}
|
||||
|
||||
~dom_bv_bounds_simplifier() override = default;
|
||||
|
||||
void updt_params(params_ref const & p) override {
|
||||
m_propagate_eq = p.get_bool("propagate_eq", false);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -226,7 +226,6 @@ namespace euf {
|
|||
bool is_gt(expr* a, expr* b) const;
|
||||
public:
|
||||
completion(ast_manager& m, dependent_expr_state& fmls);
|
||||
~completion() override = default;
|
||||
char const* name() const override { return "euf-completion"; }
|
||||
void push() override;
|
||||
void pop(unsigned n) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue