mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
remove unused method
in preparation for a bigger storm :)
This commit is contained in:
parent
eac69c5504
commit
2db2767e7a
1 changed files with 0 additions and 2 deletions
|
@ -1667,8 +1667,6 @@ public:
|
||||||
bool are_equal(expr * a, expr * b) const;
|
bool are_equal(expr * a, expr * b) const;
|
||||||
|
|
||||||
bool are_distinct(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; }
|
bool is_lambda_def(quantifier* q) const { return q->get_qid() == m_lambda_def; }
|
||||||
void add_lambda_def(func_decl* f, quantifier* q);
|
void add_lambda_def(func_decl* f, quantifier* q);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue