3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-09-06 15:07:43 +03:00
parent 8ec6219010
commit bc723fbe89
2 changed files with 1 additions and 2 deletions

View file

@ -501,7 +501,6 @@ namespace nlsat {
}
void del(bool_var b) {
TRACE("nlsat", tout << "del " << b << "\n";);
SASSERT(m_bwatches[b].empty());
//SASSERT(m_bvalues[b] == l_undef);
m_num_bool_vars--;