Reviewers: loislo, Yang,

Description:
Remove unused methods from RuntimeProfiler

BUG=None

Please review this at https://codereview.chromium.org/20768002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/runtime-profiler.h
  M src/runtime-profiler.cc


Index: src/runtime-profiler.cc
diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc
index ff41432b284a4c3a2d9ea9231b51b5ca5dd8c752..0e99650ed73660d8a47620fa0bff8f9d1aa815aa 100644
--- a/src/runtime-profiler.cc
+++ b/src/runtime-profiler.cc
@@ -408,11 +408,6 @@ void RuntimeProfiler::TearDown() {
 }


-int RuntimeProfiler::SamplerWindowSize() {
-  return kSamplerWindowSize;
-}
-
-
 // Update the pointers in the sampler window after a GC.
 void RuntimeProfiler::UpdateSamplesAfterScavenge() {
   for (int i = 0; i < kSamplerWindowSize; i++) {
Index: src/runtime-profiler.h
diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h
index 46da38155f246c7893ade77a64630c510179d514..28d6d322fd547ad3fdf3eee63704d46b744b78c8 100644
--- a/src/runtime-profiler.h
+++ b/src/runtime-profiler.h
@@ -49,9 +49,6 @@ class RuntimeProfiler {
   void Reset();
   void TearDown();

-  Object** SamplerWindowAddress();
-  int SamplerWindowSize();
-
   void NotifyICChanged() { any_ic_changed_ = true; }

   // Rate limiting support.


--
--
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