Remove unused var
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 8 May 2019 23:41:39 +0000 (16:41 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 8 May 2019 23:41:39 +0000 (16:41 -0700)
src/hb-open-type.hh

index cacb1a7..5fa1164 100644 (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);