[serialize] Towards maintaining packed_map
This commit is contained in:
parent
aa2293a55e
commit
fc24bb9046
|
@ -216,7 +216,11 @@ struct hb_serialize_context_t
|
||||||
{
|
{
|
||||||
while (packed.length > 1 &&
|
while (packed.length > 1 &&
|
||||||
packed.tail ().head < tail)
|
packed.tail ().head < tail)
|
||||||
|
{
|
||||||
|
if (0) // XXX
|
||||||
|
packed_map.del (&packed.tail ());
|
||||||
packed.pop ();
|
packed.pop ();
|
||||||
|
}
|
||||||
assert (packed.tail ().head == tail);
|
assert (packed.tail ().head == tail);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue