mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
LibJS: Remove unused FunctionNode::set_name()
This commit is contained in:
parent
93372e0a0d
commit
bfa4bc6f2d
1 changed files with 0 additions and 7 deletions
|
@ -632,13 +632,6 @@ protected:
|
|||
|
||||
void dump(int indent, String const& class_name) const;
|
||||
|
||||
protected:
|
||||
void set_name(FlyString name)
|
||||
{
|
||||
VERIFY(m_name.is_empty());
|
||||
m_name = move(name);
|
||||
}
|
||||
|
||||
private:
|
||||
FlyString m_name;
|
||||
String m_source_text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue