LibJS: Remove ability to disable bytecode VM

This commit is contained in:
Andreas Kling 2023-08-07 16:52:31 +02:00
parent 9a709e03a3
commit e2c8d5859e
Notes: sideshowbarker 2024-07-16 23:55:09 +09:00
7 changed files with 2 additions and 24 deletions

View file

@ -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()) {