Skip to content

Commit

Permalink
fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Dec 20, 2023
1 parent c9c53b7 commit 6246c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/smt/smt_enode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 6246c65

Please sign in to comment.