Chromium Code Reviews| Index: src/runtime-profiler.h |
| diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h |
| index 46da38155f246c7893ade77a64630c510179d514..1bf9aa87851fba52a0c07b1538aecd9657822544 100644 |
| --- a/src/runtime-profiler.h |
| +++ b/src/runtime-profiler.h |
| @@ -75,8 +75,6 @@ class RuntimeProfiler { |
| void AddSample(JSFunction* function, int weight); |
| - bool CodeSizeOKForOSR(Code* shared_code); |
| - |
| Isolate* isolate_; |
| int sampler_threshold_; |