mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
remove debug code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7f073a0585
commit
bec38f268b
1 changed files with 0 additions and 2 deletions
|
@ -339,8 +339,6 @@ public:
|
||||||
void inc_ref() { m_ref_count++; }
|
void inc_ref() { m_ref_count++; }
|
||||||
void dec_ref() {
|
void dec_ref() {
|
||||||
SASSERT(m_ref_count > 0);
|
SASSERT(m_ref_count > 0);
|
||||||
if (m_ref_count > 10000)
|
|
||||||
IF_VERBOSE(0, verbose_stream() << this << " " << m_ref_count << " " << std::this_thread::get_id() << "\n";);
|
|
||||||
if (--m_ref_count == 0) dealloc(this);
|
if (--m_ref_count == 0) dealloc(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue