3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-04 22:36:10 +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:
Copilot 2026-01-14 18:41:26 +00:00 committed by GitHub
parent ece691285e
commit c5b28950d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 0 additions and 16 deletions

View file

@ -36,7 +36,6 @@ namespace sls {
plugin(ctx) {
m_fid = basic_family_id;
}
~basic_plugin() override = default;
void register_term(expr* e) override;
expr_ref get_value(expr* e) override;
void initialize() override;