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