mirror of
https://github.com/Z3Prover/z3
synced 2026-02-12 20:04:08 +00:00
Remove redundant non-virtual destructors with = default (#8462)
* Initial plan * Remove 6 non-virtual destructors with no code (= default) Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
This commit is contained in:
parent
89e2ceffd0
commit
97bf2a5145
6 changed files with 0 additions and 7 deletions
|
|
@ -226,8 +226,6 @@ namespace sat {
|
|||
|
||||
ddfw() {}
|
||||
|
||||
~ddfw() = default;
|
||||
|
||||
void set_plugin(local_search_plugin* p) { m_plugin = p; }
|
||||
|
||||
lbool check(unsigned sz, literal const* assumptions);
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ namespace sls {
|
|||
|
||||
public:
|
||||
smt_solver(ast_manager& m, params_ref const& p);
|
||||
~smt_solver() = default;
|
||||
void assert_expr(expr* e);
|
||||
lbool check();
|
||||
model_ref get_model();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue