3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-16 20:24:45 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-01-06 13:32:50 -08:00
parent d14f00d61a
commit 592b1d7f65
2 changed files with 1 additions and 2 deletions

View file

@ -158,7 +158,6 @@ namespace smt {
void mark_as_interpreted() {
SASSERT(!m_interpreted);
SASSERT(m_owner->get_num_args() == 0);
SASSERT(m_class_size == 1);
m_interpreted = true;
}