mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02: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