Chromium Code Reviews| Index: src/compiler/js-typed-lowering.h |
| diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
| index 3e710226b4d96c904c0f11153d312f4429a469ec..178b21e891fb32e3a3f2bd46518212fe0be1eeb9 100644 |
| --- a/src/compiler/js-typed-lowering.h |
| +++ b/src/compiler/js-typed-lowering.h |
| @@ -96,7 +96,6 @@ class V8_EXPORT_PRIVATE JSTypedLowering final |
| Flags flags_; |
| JSGraph* jsgraph_; |
| Type* shifted_int32_ranges_[4]; |
| - Type* const the_hole_type_; |
| TypeCache const& type_cache_; |
| }; |