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

@ -156,7 +156,6 @@ public:
using Value = Variant<double, String>;
virtual String format(Value const&) const = 0;
virtual String format_to_decimal(Value const&) const = 0;
virtual Vector<Partition> format_to_parts(Value const&) const = 0;
virtual String format_range(Value const&, Value const&) const = 0;