mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibJS: Remove unused FunctionNode::set_name()
This commit is contained in:
parent
93372e0a0d
commit
bfa4bc6f2d
Notes:
sideshowbarker
2024-07-17 18:28:55 +09:00
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
Reference in a new issue