Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf

This commit is contained in:
rsheeter 2019-05-08 16:45:35 -07:00 committed by Rod Sheeter
commit 723d054dcb
1 changed files with 0 additions and 1 deletions

View File

@ -615,7 +615,6 @@ struct ArrayOf
{
TRACE_SERIALIZE (this);
auto *out = c->start_embed (this);
unsigned count = len;
if (unlikely (!c->extend_min (out))) return_trace (nullptr);
c->check_assign (out->len, len);
if (unlikely (!as_array ().copy (c))) return_trace (nullptr);