1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 18:38:12 +00:00

LibJS: Remove unused {INTERPRETER,VM}_DEBUG

This commit is contained in:
Linus Groh 2020-12-06 17:22:04 +00:00 committed by Andreas Kling
parent fe1628746c
commit 28552f3f36
4 changed files with 3 additions and 7 deletions

View file

@ -35,8 +35,6 @@
#include <LibJS/Runtime/Symbol.h>
#include <LibJS/Runtime/VM.h>
//#define VM_DEBUG
namespace JS {
NonnullRefPtr<VM> VM::create()