mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
parent
2770c8f884
commit
39d1ad3edb
4 changed files with 10 additions and 8 deletions
|
@ -865,8 +865,6 @@ psort * pdecl_manager::mk_psort_cnst(sort * s) {
|
|||
return r;
|
||||
}
|
||||
|
||||
static unsigned r_count = 0;
|
||||
|
||||
psort * pdecl_manager::register_psort(psort * n) {
|
||||
TRACE("register_psort", tout << "registering psort...\n"; n->display(tout); tout << "\n";);
|
||||
psort * r = m_table.insert_if_not_there(n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue