mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 18:20:22 +00:00
remove dead code
This commit is contained in:
parent
c2e9016d04
commit
41b40c3a51
2 changed files with 0 additions and 8 deletions
|
@ -73,9 +73,7 @@ public:
|
|||
void push_scope();
|
||||
void pop_scope(unsigned num_scopes);
|
||||
void reset();
|
||||
void mark_forbidden(unsigned n, expr * const * exprs);
|
||||
void mark_forbidden(unsigned n, justified_expr const * exprs);
|
||||
void mark_forbidden(expr * e) { mark_forbidden(1, &e); }
|
||||
bool is_forbidden(func_decl * d) const { return m_forbidden_set.contains(d); }
|
||||
obj_hashtable<func_decl> const & get_forbidden_set() const { return m_forbidden_set; }
|
||||
void display(std::ostream & out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue