Chromium Code Reviews| Index: src/runtime-profiler.h |
| diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h |
| index efd9b50eb5b04c5923b6289fc7a6b57c3c30b4e0..0adee5c91105d62433bffdc53a8e44f0837e7c48 100644 |
| --- a/src/runtime-profiler.h |
| +++ b/src/runtime-profiler.h |
| @@ -50,8 +50,6 @@ class RuntimeProfiler { |
| void AttemptOnStackReplacement(JSFunction* function); |
| private: |
| - void Optimize(JSFunction* function, const char* reason); |
| - |
| bool CodeSizeOKForOSR(Code* shared_code); |
| Isolate* isolate_; |