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 b2f46fb333ecaab10d1effc1d1bf14b57495fda1..d01d395194e2ea37a4407b187310518cd9b7b052 100644 |
| --- a/src/compiler/js-generic-lowering.h |
| +++ b/src/compiler/js-generic-lowering.h |
| @@ -66,7 +66,6 @@ class JSGenericLowering : public Reducer { |
| CompilationInfo* info_; |
| JSGraph* jsgraph_; |
| Linkage* linkage_; |
| - SetOncePointer<Node> centrystub_constant_; |
| }; |
| } // namespace compiler |