Index: runtime/vm/deopt_instructions.cc |
=================================================================== |
--- runtime/vm/deopt_instructions.cc (revision 17135) |
+++ runtime/vm/deopt_instructions.cc (working copy) |
@@ -268,7 +268,6 @@ |
intptr_t* to_addr = deopt_context->GetToFrameAddressAt(to_index); |
*to_addr = continue_at_pc; |
- |
uword pc = code.GetPcForDeoptId(deopt_id_, PcDescriptors::kIcCall); |
if (pc != 0) { |
// If the deoptimization happened at an IC call, update the IC data |