1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:17:44 +00:00

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
parent c4c65ba727
commit a39ac5a312

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;