mirror of
https://github.com/Z3Prover/z3
synced 2025-11-06 14:26:03 +00:00
Remove unused dl_decl_plugin variable and include
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
bcc7076ebf
commit
605ee863e1
1 changed files with 0 additions and 2 deletions
|
|
@ -26,7 +26,6 @@ Revision History:
|
|||
#include "ast/array_decl_plugin.h"
|
||||
#include "ast/bv_decl_plugin.h"
|
||||
#include "ast/recfun_decl_plugin.h"
|
||||
#include "ast/dl_decl_plugin.h"
|
||||
#include "ast/well_sorted.h"
|
||||
#include "ast/used_symbols.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
|
|
@ -106,7 +105,6 @@ value_factory* model::get_factory(sort* s) {
|
|||
if (m_factories.plugins().empty()) {
|
||||
seq_util su(m);
|
||||
fpa_util fu(m);
|
||||
datalog::dl_decl_plugin dl_plugin;
|
||||
m_factories.register_plugin(alloc(basic_factory, m, 0));
|
||||
m_factories.register_plugin(alloc(array_factory, m, *this));
|
||||
m_factories.register_plugin(alloc(datatype_factory, m, *this));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue