mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
turn locks into no-ops when compiled with -DSINGLE_THREAD
This commit is contained in:
parent
9b375150eb
commit
a53ff6f21c
17 changed files with 106 additions and 79 deletions
|
@ -321,7 +321,6 @@ namespace smt {
|
|||
sz_info& i = *kv.m_value;
|
||||
if (is_leaf(&i) && (i.m_literal == null_literal || !is_true(i.m_literal))) {
|
||||
rational value;
|
||||
expr* set = k->get_arg(0);
|
||||
expr* sz = k->get_arg(1);
|
||||
if (!m_arith_value.get_value(sz, value)) {
|
||||
return l_undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue