mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 16:31:55 +00:00
Refactor count_vars and count_rule_vars
ast_manager m was not used
This commit is contained in:
parent
09afb31d4c
commit
c82319b358
10 changed files with 28 additions and 29 deletions
|
@ -381,7 +381,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
rule_counter ctr;
|
||||
ctr.count_rule_vars(m_manager, r);
|
||||
ctr.count_rule_vars(r);
|
||||
unsigned max_var_idx, new_var_idx_base;
|
||||
if (ctr.get_max_positive(max_var_idx)) {
|
||||
new_var_idx_base = max_var_idx+1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue