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