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++) { |