mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove double shrink
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c68d15f441
commit
3224febd0e
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ void emonics::pop(unsigned n) {
|
|||
}
|
||||
}
|
||||
m_monics.shrink(old_sz);
|
||||
m_monics.shrink(old_sz);
|
||||
m_region.pop_scope(n);
|
||||
m_lim.shrink(m_lim.size() - n);
|
||||
SASSERT(consistent());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue