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:
parent
51687b2be7
commit
e7a360ca08
3 changed files with 2 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue