mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibJS: Remove unused {INTERPRETER,VM}_DEBUG
This commit is contained in:
parent
fe1628746c
commit
28552f3f36
Notes:
sideshowbarker
2024-07-19 01:01:30 +09:00
Author: https://github.com/linusg
Commit: 28552f3f36
Pull-request: https://github.com/SerenityOS/serenity/pull/4344
4 changed files with 3 additions and 7 deletions
|
@ -35,8 +35,6 @@
|
|||
#include <LibJS/Runtime/Symbol.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
|
||||
//#define VM_DEBUG
|
||||
|
||||
namespace JS {
|
||||
|
||||
NonnullRefPtr<VM> VM::create()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue