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))