mirror of
https://github.com/Z3Prover/z3
synced 2026-07-15 03:25:43 +00:00
remove a few default constructors
This commit is contained in:
parent
22d9bfad35
commit
a62fede64b
16 changed files with 16 additions and 21 deletions
|
|
@ -33,7 +33,7 @@ namespace spacer {
|
|||
unsat_core_plugin(unsat_core_learner& learner);
|
||||
virtual ~unsat_core_plugin() = default;
|
||||
virtual void compute_partial_core(proof* step) = 0;
|
||||
virtual void finalize(){};
|
||||
virtual void finalize(){}
|
||||
|
||||
unsat_core_learner& m_ctx;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue