3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

fix debug build

This commit is contained in:
Nuno Lopes 2023-12-20 18:30:53 +00:00
parent c9c53b7c65
commit 6246c6517d

View file

@ -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);
}