mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 02:46:16 +00:00
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c0556b2f64
commit
2d4a5e0a5e
4 changed files with 17 additions and 28 deletions
|
@ -884,7 +884,6 @@ namespace smt {
|
|||
TRACE("recfun", tout << "registering theory recfun...\n";);
|
||||
theory_recfun * th = alloc(theory_recfun, m_manager);
|
||||
m_context.register_plugin(th);
|
||||
th->setup_params();
|
||||
}
|
||||
|
||||
void setup::setup_dl() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue