| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.h b/runtime/vm/flow_graph_compiler_ia32.h
|
| index 57c3f5560a5ab7ecbc210d6ccf7df2f213a475f1..d0379c6a83473fa676e8e95be95050e8b92be59d 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.h
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.h
|
| @@ -43,9 +43,6 @@ class FlowGraphCompiler : public ValueObject {
|
| DescriptorList* pc_descriptors_list() const {
|
| return pc_descriptors_list_;
|
| }
|
| - const GrowableObjectArray& object_table() {
|
| - return object_table_;
|
| - }
|
| BlockEntryInstr* current_block() const { return current_block_; }
|
| void set_current_block(BlockEntryInstr* value) {
|
| current_block_ = value;
|
| @@ -309,7 +306,6 @@ class FlowGraphCompiler : public ValueObject {
|
| GrowableArray<BlockInfo*> block_info_;
|
| GrowableArray<CompilerDeoptInfo*> deopt_infos_;
|
| GrowableArray<SlowPathCode*> slow_path_code_;
|
| - const GrowableObjectArray& object_table_;
|
| const bool is_optimizing_;
|
| const bool is_dart_leaf_;
|
|
|
|
|