3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 04:03:39 +00:00

remove wsp

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-07-18 10:07:35 -07:00
parent 9803e9ef6e
commit 458d8b033a

View file

@ -237,8 +237,6 @@ namespace euf {
eq_proof_hint* mk_hint(symbol const& th, literal lit); eq_proof_hint* mk_hint(symbol const& th, literal lit);
void init_proof(); void init_proof();
void on_clause(unsigned n, literal const* lits, sat::status st) override; void on_clause(unsigned n, literal const* lits, sat::status st) override;
void on_lemma(unsigned n, literal const* lits, sat::status st); void on_lemma(unsigned n, literal const* lits, sat::status st);