Revision: 15412
Author:   [email protected]
Date:     Mon Jul  1 05:11:29 2013
Log: Fix compiler error about unused profiles_ field in ProfilerEventsProcessor.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/18353002
http://code.google.com/p/v8/source/detail?r=15412

Modified:
 /branches/bleeding_edge/src/cpu-profiler.cc
 /branches/bleeding_edge/src/cpu-profiler.h

=======================================
--- /branches/bleeding_edge/src/cpu-profiler.cc Mon Jul  1 03:12:03 2013
+++ /branches/bleeding_edge/src/cpu-profiler.cc Mon Jul  1 05:11:29 2013
@@ -49,7 +49,6 @@
     ProfileGenerator* generator, CpuProfilesCollection* profiles)
     : Thread(Thread::Options("v8:ProfEvntProc", kProfilerStackSize)),
       generator_(generator),
-      profiles_(profiles),
       running_(true),
       ticks_buffer_(sizeof(TickSampleEventRecord),
                     kTickSamplesBufferChunkSize,
=======================================
--- /branches/bleeding_edge/src/cpu-profiler.h  Mon Jul  1 03:12:03 2013
+++ /branches/bleeding_edge/src/cpu-profiler.h  Mon Jul  1 05:11:29 2013
@@ -166,7 +166,6 @@
   bool ProcessTicks(unsigned dequeue_order);

   ProfileGenerator* generator_;
-  CpuProfilesCollection* profiles_;
   bool running_;
   UnboundQueue<CodeEventsContainer> events_buffer_;
   SamplingCircularQueue ticks_buffer_;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to