mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibJS: Try to fix Clang build (NewClass::m_class_expression is unused)
This commit is contained in:
@@ -454,6 +454,7 @@ void IteratorResultValue::execute_impl(Bytecode::Interpreter& interpreter) const
|
||||
|
||||
void NewClass::execute_impl(Bytecode::Interpreter&) const
|
||||
{
|
||||
(void)m_class_expression;
|
||||
TODO();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user