3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

ctx_simplify: remove virtual push() method

This commit is contained in:
Nuno Lopes 2016-02-28 17:57:40 +00:00
parent 51687b2be7
commit e7a360ca08
3 changed files with 2 additions and 7 deletions

View file

@ -363,7 +363,7 @@ public:
return expr_has_bounds(t);
}
virtual void push() {
void push() {
TRACE("bv", tout << "push\n";);
unsigned sz = m_scopes.size();
m_scopes.resize(sz + 1);