Chromium Code Reviews| Index: src/compiler/js-generic-lowering.h |
| diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h |
| index 63d8e93ca45853174991a3a339e6c6e6a806eb2b..d01d395194e2ea37a4407b187310518cd9b7b052 100644 |
| --- a/src/compiler/js-generic-lowering.h |
| +++ b/src/compiler/js-generic-lowering.h |
| @@ -66,8 +66,6 @@ class JSGenericLowering : public Reducer { |
| CompilationInfo* info_; |
| JSGraph* jsgraph_; |
| Linkage* linkage_; |
| - |
| - bool TryLowerDirectJSCall(Node* node); |
| }; |
| } // namespace compiler |