mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibJS: Try to fix Clang build (NewClass::m_class_expression is unused)
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 11:09:44 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c52ea3dad5a
@@ -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