Index: src/cpu-profiler.cc |
diff --git a/src/cpu-profiler.cc b/src/cpu-profiler.cc |
index bdb4ec427ed8df5236c940f3a24d97f7aba999ea..13096048516ba9395e51865537bed330245dbdac 100644 |
--- a/src/cpu-profiler.cc |
+++ b/src/cpu-profiler.cc |
@@ -49,7 +49,6 @@ ProfilerEventsProcessor::ProfilerEventsProcessor( |
ProfileGenerator* generator, CpuProfilesCollection* profiles) |
: Thread(Thread::Options("v8:ProfEvntProc", kProfilerStackSize)), |
generator_(generator), |
- profiles_(profiles), |
running_(true), |
ticks_buffer_(sizeof(TickSampleEventRecord), |
kTickSamplesBufferChunkSize, |