mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibJS: Remove declarations for non-existent methods
This commit is contained in:
parent
c4c65ba727
commit
a39ac5a312
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