Index: runtime/vm/code_patcher_arm.cc |
diff --git a/runtime/vm/code_patcher_arm.cc b/runtime/vm/code_patcher_arm.cc |
index 70507f88f76cdebb5872b7996fb7b091b2041385..1e11e04ae4f843af057bcef6fbea8894915a21d2 100644 |
--- a/runtime/vm/code_patcher_arm.cc |
+++ b/runtime/vm/code_patcher_arm.cc |
@@ -30,11 +30,6 @@ void CodePatcher::PatchStaticCallAt(uword return_address, |
} |
-void CodePatcher::InsertDeoptimizationCallAt(uword start) { |
- UNREACHABLE(); |
-} |
- |
- |
RawCode* CodePatcher::GetInstanceCallAt(uword return_address, |
const Code& code, |
ICData* ic_data) { |