3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-20 18:20:22 +00:00

fix unused variable warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-08-23 18:18:11 -03:00
parent 510231df42
commit 882c3bd0cd
3 changed files with 2 additions and 4 deletions

View file

@ -234,7 +234,6 @@ namespace smt {
expr* e = it->m_key;
expr* val = it->m_value;
push_scope();
unsigned current_level = m_scope_lvl;
literal lit;
if (m.is_bool(e)) {