| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 796c1f2a44d44295fde1b02e44da08122185e66a..2f12784e875cf17554ced1e57cda8fbd14176299 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -819,9 +819,6 @@ class FlowGraphCompiler : public ValueObject {
|
| // In future AddDeoptStub should be moved out of the instruction template.
|
| Environment* pending_deoptimization_env_;
|
|
|
| - intptr_t lazy_deopt_return_pc_offset_;
|
| - intptr_t lazy_deopt_throw_pc_offset_;
|
| -
|
| ZoneGrowableArray<const ICData*>* deopt_id_to_ic_data_;
|
|
|
| Array& edge_counters_array_;
|
|
|