From 4719621f20dfd6a0377c650a7b4df223c18dc143 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 9 May 2014 16:09:11 -0400 Subject: [PATCH] Minor --- src/hb-open-type-private.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 40402fbd2..d9be744ce 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -840,7 +840,6 @@ struct GenericArrayOf template inline int search (const SearchType &x) const { - /* Hand-coded bsearch here since this is in the hot inner loop. */ unsigned int count = len; for (unsigned int i = 0; i < count; i++) if (!this->array[i].cmp (x))