mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
LibUnicode: Remove unused time zone cache option
Added this during development while testing some callers, but forgot to remove it before opening a PR.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Unicode {
|
||||
|
||||
static Optional<String> cached_system_time_zone;
|
||||
|
||||
String current_time_zone(UseTimeZoneCache)
|
||||
String current_time_zone()
|
||||
{
|
||||
if (cached_system_time_zone.has_value())
|
||||
return *cached_system_time_zone;
|
||||
|
||||
Reference in New Issue
Block a user