mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
remove debug out
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
253f7d7675
commit
0ebea1c298
|
@ -1073,6 +1073,8 @@ class ExprRef(AstRef):
|
|||
_z3_assert(is_app(self), "Z3 application expected")
|
||||
return FuncDeclRef(Z3_get_app_decl(self.ctx_ref(), self.as_ast()), self.ctx)
|
||||
|
||||
|
||||
|
||||
def num_args(self):
|
||||
"""Return the number of arguments of a Z3 application.
|
||||
|
||||
|
|
|
@ -773,7 +773,6 @@ bool pdatatypes_decl::commit(pdecl_manager& m) {
|
|||
for (unsigned i = 0; i < d->get_num_params(); ++i) {
|
||||
ps.push_back(m.m().mk_uninterpreted_sort(symbol(i), 0, nullptr));
|
||||
}
|
||||
verbose_stream() << ps.size() << " " << ps << "\n";
|
||||
|
||||
dts.m_buffer.push_back(d->instantiate_decl(m, ps.size(), ps.data()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue