3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00

fix compiler warnings

This commit is contained in:
Nuno Lopes 2022-10-12 10:02:21 +01:00
parent 8ad480ab59
commit a7f018aa03
6 changed files with 4 additions and 16 deletions

View file

@ -42,8 +42,6 @@ namespace q {
m_inst("inst"),
m_bind("bind") {
}
~proof_checker() override {}
expr_ref_vector clause(app* jst) override;