mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
fix debug build
This commit is contained in:
parent
c9c53b7c65
commit
6246c6517d
|
@ -329,7 +329,6 @@ namespace smt {
|
|||
tmp_enode::tmp_enode():
|
||||
m_capacity(0),
|
||||
m_enode_data(nullptr) {
|
||||
SASSERT(m_app.get_app()->get_decl() == 0);
|
||||
set_capacity(5);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue