| Index: runtime/vm/flow_graph_compiler_x64.h
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.h b/runtime/vm/flow_graph_compiler_x64.h
|
| index 3ae6bb6892c7b87211e0d5b4c5a1ff2866893f32..dc3f2896b85b679fbe88b89b3ac4a000dfffb0c3 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.h
|
| +++ b/runtime/vm/flow_graph_compiler_x64.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_;
|
|
|
|
|