mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
LibJS: Remove unused is_valid_time_zone_numeric_utc_offset_syntax()
...as well as the underlying function: parse_time_zone_numeric_utc_offset_syntax()
This commit is contained in:
parent
bb0362ec3b
commit
70e8a9bc8b
Notes:
sideshowbarker
2024-07-17 16:23:55 +09:00
Author: https://github.com/linusg
Commit: 70e8a9bc8b
Pull-request: https://github.com/SerenityOS/serenity/pull/17186
Reviewed-by: https://github.com/trflynn89 ✅
2 changed files with 0 additions and 46 deletions
|
@ -53,6 +53,4 @@ ThrowCompletionOr<Instant*> disambiguate_possible_instants(VM&, MarkedVector<Ins
|
|||
ThrowCompletionOr<MarkedVector<Instant*>> get_possible_instants_for(VM&, Value time_zone, PlainDateTime&);
|
||||
ThrowCompletionOr<bool> time_zone_equals(VM&, Object& one, Object& two);
|
||||
|
||||
bool is_valid_time_zone_numeric_utc_offset_syntax(DeprecatedString const&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue