mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
deal with warnings reported in https://launchpadlibrarian.net/522361319/buildlog_ubuntu-groovy-s390x.z3_4.8.10-1ubuntu4ppa1_BUILDING.txt.gz
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2e648e2f02
commit
25f53c0467
11 changed files with 6 additions and 18 deletions
|
@ -71,7 +71,6 @@ namespace smt {
|
|||
|
||||
proof * mk_proof(conflict_resolution & cr) override {
|
||||
ast_manager & m = cr.get_manager();
|
||||
context & ctx = cr.get_context();
|
||||
unsigned num_args = m_app1->get_num_args();
|
||||
proof_ref_vector prs(m);
|
||||
expr_ref_vector lits(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue