Index: src/cpu-profiler.h |
diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h |
index c66f99e17f7af025f64111dc109a413b704946ba..1e8ac791b0aa51f36a2113d0b5037b64c43bd3fd 100644 |
--- a/src/cpu-profiler.h |
+++ b/src/cpu-profiler.h |
@@ -166,7 +166,6 @@ class ProfilerEventsProcessor : public Thread { |
bool ProcessTicks(unsigned dequeue_order); |
ProfileGenerator* generator_; |
- CpuProfilesCollection* profiles_; |
bool running_; |
UnboundQueue<CodeEventsContainer> events_buffer_; |
SamplingCircularQueue ticks_buffer_; |