Chromium Code Reviews| 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. |