mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02: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:
committed by
Brian Gianforcaro
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 ✅
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user