mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibJS: Remove unused js_symbol(Interpreter&, ...)
This commit is contained in:
@@ -50,9 +50,4 @@ Symbol* js_symbol(VM& vm, String description, bool is_global)
|
||||
return js_symbol(vm.heap(), move(description), is_global);
|
||||
}
|
||||
|
||||
Symbol* js_symbol(Interpreter& interpreter, String description, bool is_global)
|
||||
{
|
||||
return js_symbol(interpreter.heap(), description, is_global);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user