3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-16 07:45:27 +00:00

unused variables

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-10-20 09:09:06 -07:00
parent 6292b06c67
commit fc30461828
12 changed files with 21 additions and 16 deletions

View file

@ -29,7 +29,7 @@ namespace datalog {
typedef obj_hashtable<app> app_set;
ast_manager & m;
context & m_context;
// context & m_context;
rule_ref_vector m_ref_holder;
@ -42,7 +42,7 @@ namespace datalog {
public:
rule_subsumption_index(context & ctx) :
m(ctx.get_manager()),
m_context(ctx),
// m_context(ctx),
m_ref_holder(ctx.get_rule_manager()) {}
~rule_subsumption_index() {