| Index: runtime/vm/code_descriptors.h
|
| diff --git a/runtime/vm/code_descriptors.h b/runtime/vm/code_descriptors.h
|
| index def8ddd7b9ea07e0c7e6837b562d65ab716194c9..5b684d50a4976c4dbb7079016a876702e72845b6 100644
|
| --- a/runtime/vm/code_descriptors.h
|
| +++ b/runtime/vm/code_descriptors.h
|
| @@ -60,10 +60,6 @@ class DescriptorList : public ZoneAllocated {
|
| intptr_t deopt_id,
|
| intptr_t token_index,
|
| intptr_t try_index);
|
| - void AddDeoptIndex(intptr_t pc_offset,
|
| - intptr_t deopt_id,
|
| - DeoptReasonId deopt_reason,
|
| - intptr_t deopt_array_index);
|
|
|
| RawPcDescriptors* FinalizePcDescriptors(uword entry_point);
|
|
|
|
|