3
0
Fork 0
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:
Nuno Lopes 2016-03-09 17:01:06 +00:00
parent 402e132ce5
commit 8b53628d67
3 changed files with 0 additions and 6 deletions

View file

@ -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; }