LibJS+LibUnicode: Remove unused FormatNumericToString AO

This commit is contained in:
Timothy Flynn 2025-07-08 11:03:00 -04:00 committed by Tim Flynn
commit 8cec9e7557
Notes: github-actions[bot] 2025-07-08 15:20:36 +00:00
4 changed files with 0 additions and 23 deletions

View file

@ -180,7 +180,6 @@ private:
};
JS_API int currency_digits(StringView currency);
JS_API String format_numeric_to_string(NumberFormatBase const& intl_object, MathematicalValue const& number);
JS_API Vector<Unicode::NumberFormat::Partition> partition_number_pattern(NumberFormat const&, MathematicalValue const& number);
JS_API String format_numeric(NumberFormat const&, MathematicalValue const& number);
JS_API GC::Ref<Array> format_numeric_to_parts(VM&, NumberFormat const&, MathematicalValue const& number);