Minor
diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc index 857bf55..c1ba9b6 100644 --- a/src/hb-ot-shape-complex-arabic.cc +++ b/src/hb-ot-shape-complex-arabic.cc
@@ -90,7 +90,6 @@ static uint16_t get_ligature (hb_codepoint_t first, hb_codepoint_t second) { - if (unlikely (!second)) return 0; for (unsigned i = 0; i < ARRAY_LENGTH (ligature_table); i++) if (ligature_table[i].first == first) for (unsigned j = 0; j < ARRAY_LENGTH (ligature_table[i].ligatures); j++)