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
Notes: sideshowbarker 2024-07-19 01:01:30 +09:00
4 changed files with 3 additions and 7 deletions

View file

@ -40,8 +40,6 @@
#include <LibJS/Runtime/SymbolObject.h>
#include <LibJS/Runtime/Value.h>
//#define INTERPRETER_DEBUG
namespace JS {
NonnullOwnPtr<Interpreter> Interpreter::create_with_existing_global_object(GlobalObject& global_object)