mirror of
https://github.com/Z3Prover/z3
synced 2026-06-11 03:15:36 +00:00
removing pragmas to make travis happy
This commit is contained in:
parent
c506f3ddc9
commit
66108085fa
3 changed files with 2 additions and 12 deletions
|
|
@ -260,7 +260,6 @@ lbool prop_solver::check_assumptions(const expr_ref_vector & _hard,
|
|||
else { m_ctx->assert_expr(bg[i]); }
|
||||
|
||||
unsigned soft_sz = soft.size();
|
||||
#pragma unused(soft_sz)
|
||||
lbool res = internal_check_assumptions(hard, soft);
|
||||
if (!m_use_push_bg) { m_ctx->pop(1); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue