mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
LibJS: Remove ability to disable bytecode VM
This commit is contained in:
@@ -134,8 +134,6 @@ int main(int argc, char** argv)
|
||||
AK::set_debug_enabled(false);
|
||||
}
|
||||
|
||||
JS::Bytecode::Interpreter::set_enabled(true);
|
||||
|
||||
DeprecatedString test_root;
|
||||
|
||||
if (!specified_test_root.is_empty()) {
|
||||
|
||||
Reference in New Issue
Block a user