1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:37:45 +00:00

LibJS: Remove unused Reference::to_deprecated_string

This commit is contained in:
Timothy Flynn 2023-02-12 21:49:12 -05:00 committed by Linus Groh
parent 36d72a7f4c
commit bb64b49749
2 changed files with 0 additions and 38 deletions

View file

@ -127,8 +127,6 @@ public:
ThrowCompletionOr<Value> get_value(VM&) const;
ThrowCompletionOr<bool> delete_(VM&);
DeprecatedString to_deprecated_string() const;
bool is_valid_reference() const { return m_name.is_valid() || m_is_private; }
Optional<EnvironmentCoordinate> environment_coordinate() const { return m_environment_coordinate; }