mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
DoC: fix bug I previously introduced in insert
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
9828b26379
commit
7d599fa047
|
@ -174,7 +174,6 @@ public:
|
|||
for ( ; i < sz; ++i, ++j) {
|
||||
if (m.contains(*m_elems[i], *t)) {
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
if (m.contains(*t, *m_elems[i])) {
|
||||
m.deallocate(m_elems[i]);
|
||||
|
|
Loading…
Reference in a new issue