LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h

This is generated by GenerateLocaleData, which will soon be in the
Locale namespace. Move it out of CurrencyCode.h, as that will continue
to live in the Unicode namespace.
This commit is contained in:
Timothy Flynn 2022-09-02 11:27:31 -04:00 committed by Tim Flynn
commit 6c7b05a0ff
Notes: sideshowbarker 2024-07-17 07:30:14 +09:00
5 changed files with 2 additions and 4 deletions

View file

@ -203,6 +203,4 @@ Optional<CurrencyCode> get_currency_code(StringView currency)
return currency_codes.get(currency);
}
Span<StringView const> __attribute__((weak)) get_available_currencies() { return {}; }
}