| Index: src/interpreter/bytecode-generator.h
|
| diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h
|
| index c3c8e441d292b99d61cc85b64b03bd0800599261..fe696e52f7da7eac18dc0a46d3f702c0378b163e 100644
|
| --- a/src/interpreter/bytecode-generator.h
|
| +++ b/src/interpreter/bytecode-generator.h
|
| @@ -206,10 +206,8 @@ class BytecodeGenerator final : public AstVisitor {
|
| ContextScope* execution_context_;
|
| ExpressionResultScope* execution_result_;
|
| RegisterAllocationScope* register_allocator_;
|
| - ZoneVector<BytecodeLabel> generator_resume_points_;
|
| int try_catch_nesting_level_;
|
| int try_finally_nesting_level_;
|
| - int generator_yields_seen_;
|
| };
|
|
|
| } // namespace interpreter
|
|
|