Remove unused var

This commit is contained in:
Behdad Esfahbod 2019-05-08 16:41:39 -07:00
parent e8b45c1933
commit e2a51ff726
1 changed files with 0 additions and 1 deletions

View File

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