diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index 2af747386..d1b33fbc7 100644 --- a/src/hb-ot-layout-common.hh +++ b/src/hb-ot-layout-common.hh @@ -3135,8 +3135,6 @@ struct MultiVarData SparseVarRegionList::cache_t *cache = nullptr) const { auto &deltaSets = StructAfter (regionIndices); - if (unlikely (inner >= deltaSets.count)) - return; hb_vector_t values_vector = deltaSets[inner]; int *values = values_vector.arrayZ;