Chromium Code Reviews| Index: src/compiler/js-inlining.h |
| diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h |
| index eef29d6a74f68f24176fa9b4aa62e9afcf0f8dda..acaa4a724a30a724f340561d88fda95e0c3d3995 100644 |
| --- a/src/compiler/js-inlining.h |
| +++ b/src/compiler/js-inlining.h |
| @@ -21,7 +21,6 @@ class JSInliner { |
| void Inline(); |
| void TryInlineJSCall(Node* node); |
| - void TryInlineRuntimeCall(Node* node); |
| private: |
| friend class InlinerVisitor; |