mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 15:23:41 +00:00
remove trace that accesses stale data #7668
This commit is contained in:
parent
7f5427b839
commit
e2e54527db
1 changed files with 0 additions and 1 deletions
|
@ -2266,7 +2266,6 @@ namespace smt {
|
|||
contains a literal l where l.var() >= num_bool_vars.
|
||||
*/
|
||||
void context::reinit_clauses(unsigned num_scopes, unsigned num_bool_vars) {
|
||||
TRACE(reinit_clauses_bug, display_watch_lists(tout););
|
||||
if (m_clauses_to_reinit.empty())
|
||||
return;
|
||||
unsigned lim = m_scope_lvl + num_scopes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue