mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
update doctest
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
11a8ced769
commit
017680898a
3 changed files with 5 additions and 5 deletions
|
@ -169,7 +169,7 @@ bool family_manager::has_family(symbol const & s) const {
|
|||
return m_families.contains(s);
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
static unsigned s_count = 0;
|
||||
void ast::inc_ref() {
|
||||
SASSERT(m_ref_count < UINT_MAX);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue