[matcher] Simplify syllable initialization

This commit is contained in:
Behdad Esfahbod 2022-03-28 12:07:05 -06:00
parent 94f5c630fc
commit e8f3397f4e
1 changed files with 1 additions and 3 deletions

View File

@ -411,9 +411,7 @@ struct hb_ot_apply_context_t :
ignore_zwnj (false), ignore_zwnj (false),
ignore_zwj (false), ignore_zwj (false),
mask (-1), mask (-1),
#define arg1(arg) (arg) /* Remove the macro to see why it's needed! */ syllable {0},
syllable arg1(0),
#undef arg1
match_func (nullptr), match_func (nullptr),
match_data (nullptr) {} match_data (nullptr) {}