3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

remove unused method

in preparation for a bigger storm :)
This commit is contained in:
Nuno Lopes 2021-02-14 23:30:27 +00:00
parent eac69c5504
commit 2db2767e7a

View file

@ -1667,8 +1667,6 @@ public:
bool are_equal(expr * a, expr * b) const;
bool are_distinct(expr * a, expr * b) const;
bool contains(ast * a) const { return m_ast_table.contains(a); }
bool is_lambda_def(quantifier* q) const { return q->get_qid() == m_lambda_def; }
void add_lambda_def(func_decl* f, quantifier* q);