mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
unreferenced variable in release mode, spaces
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eabe91cdef
commit
797e576195
1 changed files with 12 additions and 13 deletions
|
@ -492,12 +492,11 @@ namespace datalog {
|
|||
if (len == 1) {
|
||||
return;
|
||||
}
|
||||
pair_info & inf = *m_costs[pair_key];
|
||||
TRACE("dl",
|
||||
r->display(m_context, tout << "rule ");
|
||||
tout << "pair: " << mk_pp(t1, m) << " " << mk_pp(t2, m) << "\n";
|
||||
tout << mk_pp(t_new, m) << "\n";
|
||||
tout << "all-non-local: " << inf.m_all_nonlocal_vars << "\n";
|
||||
tout << "all-non-local: " << m_costs[pair_key]->m_all_nonlocal_vars << "\n";
|
||||
for (app* a : rule_content) tout << mk_pp(a, m) << " "; tout << "\n";);
|
||||
|
||||
rule_counter counter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue