mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibJS: Remove declarations for non-existent methods
This commit is contained in:
parent
c4c65ba727
commit
a39ac5a312
Notes:
sideshowbarker
2024-07-17 03:05:16 +09:00
Author: https://github.com/AtkinsSJ
Commit: a39ac5a312
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ public:
|
|||
PrimitiveString& operator=(PrimitiveString const&) = delete;
|
||||
|
||||
bool is_empty() const;
|
||||
u32 hash() const;
|
||||
|
||||
ThrowCompletionOr<String> utf8_string() const;
|
||||
ThrowCompletionOr<StringView> utf8_string_view() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue