projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8b45c1
)
Remove unused var
author
Behdad Esfahbod
<behdad@behdad.org>
Wed, 8 May 2019 23:41:39 +0000
(16:41 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Wed, 8 May 2019 23:41:39 +0000
(16:41 -0700)
src/hb-open-type.hh
patch
|
blob
|
history
diff --git
a/src/hb-open-type.hh
b/src/hb-open-type.hh
index
cacb1a7
..
5fa1164
100644
(file)
--- 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);