mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
LibJS: Remove unused FunctionNode::set_name()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user