| Index: runtime/vm/code_patcher_x64.cc
|
| diff --git a/runtime/vm/code_patcher_x64.cc b/runtime/vm/code_patcher_x64.cc
|
| index 4b79751b10b17ff1a9a3143ad5c349d8dd672b9a..aa1e6b8f17c4690bf6c5b42d1c50dd254c6da556 100644
|
| --- a/runtime/vm/code_patcher_x64.cc
|
| +++ b/runtime/vm/code_patcher_x64.cc
|
| @@ -278,11 +278,6 @@ intptr_t CodePatcher::InstanceCallSizeInBytes() {
|
| }
|
|
|
|
|
| -void CodePatcher::InsertDeoptimizationCallAt(uword start) {
|
| - UNREACHABLE();
|
| -}
|
| -
|
| -
|
| RawFunction* CodePatcher::GetUnoptimizedStaticCallAt(uword return_address,
|
| const Code& code,
|
| ICData* ic_data_result) {
|
|
|