From e2a51ff7264940312197184318f5ad4ec971492f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 8 May 2019 16:41:39 -0700 Subject: [PATCH] Remove unused var --- src/hb-open-type.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-open-type.hh b/src/hb-open-type.hh index cacb1a7b8..5fa1164db 100644 --- a/src/hb-open-type.hh +++ b/src/hb-open-type.hh @@ -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);