mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Lagom: Bind time_zone_list_index_type
in the generator
The variable `s_time_zone_list_index_type` seems to be unused (detected when compiling with clang), and it seems logical to bind it even it if it is not used for now.
This commit is contained in:
parent
0bfb7f9675
commit
060e5ccbbc
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/mhermier Commit: https://github.com/SerenityOS/serenity/commit/060e5ccbbc3 Pull-request: https://github.com/SerenityOS/serenity/pull/11284 Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 0 deletions
|
@ -1560,6 +1560,7 @@ static void generate_unicode_locale_implementation(Core::File& file, UnicodeLoca
|
|||
generator.set("calendar_symbols_list_index_type"sv, s_calendar_symbols_list_index_type);
|
||||
generator.set("calendar_index_type"sv, s_calendar_index_type);
|
||||
generator.set("time_zone_index_type"sv, s_time_zone_index_type);
|
||||
generator.set("time_zone_list_index_type"sv, s_time_zone_list_index_type);
|
||||
generator.set("day_period_index_type"sv, s_day_period_index_type);
|
||||
generator.set("day_period_list_index_type"sv, s_day_period_list_index_type);
|
||||
|
||||
|
|
Loading…
Reference in a new issue