mirror of
https://github.com/Z3Prover/z3
synced 2026-05-03 08:55:14 +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
ece691285e
commit
c5b28950d5
14 changed files with 0 additions and 16 deletions
|
|
@ -37,8 +37,6 @@ namespace sat {
|
|||
|
||||
ddfw_wrapper() {}
|
||||
|
||||
~ddfw_wrapper() override = default;
|
||||
|
||||
void set_plugin(local_search_plugin* p) { m_ddfw.set_plugin(p); }
|
||||
|
||||
lbool check(unsigned sz, literal const* assumptions, parallel* p) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue