mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 14:43:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e73ce6e712
commit
5d3a4ee805
4 changed files with 25 additions and 37 deletions
|
@ -300,7 +300,7 @@ psort_user_decl::psort_user_decl(unsigned id, unsigned num_params, pdecl_manager
|
|||
m_def(p) {
|
||||
m_psort_kind = PSORT_USER;
|
||||
m.inc_ref(p);
|
||||
SASSERT(p == 0 || num_params == p->get_num_params());
|
||||
// SASSERT(p == 0 || num_params == p->get_num_params());
|
||||
}
|
||||
|
||||
void psort_user_decl::finalize(pdecl_manager & m) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue