]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGVariableEventStream.h
JavaScriptCore-7600.1.4.9.tar.gz
[apple/javascriptcore.git] / dfg / DFGVariableEventStream.h
index cfe8aaa7c7c2b8a3b6a1e5dab100b3b1ade05502..2bcf549bde1a4557ec72a18ae4bde7d232009cea 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef DFGVariableEventStream_h
 #define DFGVariableEventStream_h
 
-#include <wtf/Platform.h>
-
 #if ENABLE(DFG_JIT)
 
 #include "DFGCommon.h"
@@ -42,9 +40,6 @@ class VariableEventStream : public Vector<VariableEvent> {
 public:
     void appendAndLog(const VariableEvent& event)
     {
-#if DFG_ENABLE(DEBUG_VERBOSE)
-        logEvent(event);
-#endif
         append(event);
     }