mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 01:27:41 +00:00
unused variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6292b06c67
commit
fc30461828
12 changed files with 21 additions and 16 deletions
|
@ -260,7 +260,9 @@ namespace datalog {
|
|||
rm(ctx.get_rule_manager()),
|
||||
m_pinned_rules(rm),
|
||||
m_pinned_exprs(m),
|
||||
m_unifier(ctx) {}
|
||||
m_unifier(ctx) {
|
||||
(void)m_ctx;
|
||||
}
|
||||
|
||||
void insert(rule* orig_rule, rule* slice_rule, unsigned sz, unsigned const* renaming) {
|
||||
m_rule2slice.insert(orig_rule, slice_rule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue