3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

fix build warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-09-15 10:54:01 +02:00
parent b25e8e2288
commit f94152c857
2 changed files with 3 additions and 3 deletions

View file

@ -455,8 +455,8 @@ namespace datalog {
for (; it != end; it++) {
rule * r = *it;
app * head = r->get_head();
func_decl * head_decl = head->get_decl();
// app * head = r->get_head();
// func_decl * head_decl = head->get_decl();
// unsigned head_strat = get_predicate_strat(head_decl);
unsigned n = r->get_tail_size();
for (unsigned i = 0; i < n; i++) {

View file

@ -69,8 +69,8 @@ public:
m_asmsf(m),
m_fmls_head(0),
m_core(m),
m_bb_rewriter(m, p),
m_map(m),
m_bb_rewriter(m, p),
m_num_scopes(0),
m_dep_core(m) {
m_params.set_bool("elim_vars", false);