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

remove unused variables

This commit is contained in:
Nikolaj Bjorner 2023-10-10 20:29:39 +09:00
parent f3e9712beb
commit 338d7b3283
2 changed files with 0 additions and 5 deletions

View file

@ -194,7 +194,6 @@ namespace smt {
m_trail.push_back(info(st, v, p));
if (m_on_clause_eh)
m_on_clause_eh(m_on_clause_ctx, p, 0, nullptr, v.size(), v.data());
static unsigned s_count = 0;
if (m_has_log) {
init_pp_out();