Index: src/interpreter/interpreter.cc |
diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc |
index 6c7c619fe2181b2ac30809ab7565e31320ba8abb..7480ff649e3bb9b5beadb2e778ee5eea6d726652 100644 |
--- a/src/interpreter/interpreter.cc |
+++ b/src/interpreter/interpreter.cc |
@@ -182,8 +182,6 @@ InterpreterCompilationJob::Status InterpreterCompilationJob::ExecuteJobImpl() { |
&RuntimeCallStats::CompileIgnition); |
TimerEventScope<TimerEventCompileIgnition> timer(info()->isolate()); |
TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("v8.compile"), "V8.CompileIgnition"); |
- TRACE_EVENT_RUNTIME_CALL_STATS_TRACING_SCOPED( |
- info()->isolate(), &tracing::TraceEventStatsTable::CompileIgnition); |
generator()->GenerateBytecode(stack_limit()); |