mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
remove a few unused decls
This commit is contained in:
parent
402e132ce5
commit
8b53628d67
3 changed files with 0 additions and 6 deletions
|
@ -106,7 +106,6 @@ public:
|
|||
void assert_expr(expr * e, proof * in_pr);
|
||||
void assert_expr(expr * e);
|
||||
void reset();
|
||||
void set_cancel_flag(bool f);
|
||||
void push_scope();
|
||||
void pop_scope(unsigned num_scopes);
|
||||
bool inconsistent() const { return m_inconsistent; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue