X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/4be4e30906bcb8ee30b4d189205cb70bad6707ce..81345200c95645a1b0d2635520f96ad55dfde63f:/dfg/DFGVariableEventStream.h?ds=sidebyside diff --git a/dfg/DFGVariableEventStream.h b/dfg/DFGVariableEventStream.h index cfe8aaa..2bcf549 100644 --- a/dfg/DFGVariableEventStream.h +++ b/dfg/DFGVariableEventStream.h @@ -26,8 +26,6 @@ #ifndef DFGVariableEventStream_h #define DFGVariableEventStream_h -#include - #if ENABLE(DFG_JIT) #include "DFGCommon.h" @@ -42,9 +40,6 @@ class VariableEventStream : public Vector { public: void appendAndLog(const VariableEvent& event) { -#if DFG_ENABLE(DEBUG_VERBOSE) - logEvent(event); -#endif append(event); }