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:
parent
36d72a7f4c
commit
bb64b49749
2 changed files with 0 additions and 38 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue