3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-04 05:19:11 +00:00

removing pragmas to make travis happy

This commit is contained in:
Arie Gurfinkel 2017-07-31 22:28:41 -04:00
parent c506f3ddc9
commit 66108085fa
3 changed files with 2 additions and 12 deletions

View file

@ -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); }