mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibJS: Remove unused {INTERPRETER,VM}_DEBUG
This commit is contained in:
committed by
Andreas Kling
parent
fe1628746c
commit
28552f3f36
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user