LibJS: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:08:56 +00:00 committed by Linus Groh
commit a39ac5a312
Notes: sideshowbarker 2024-07-17 03:05:16 +09:00

View file

@ -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;