| Index: runtime/vm/intermediate_language.cc
|
| diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc
|
| index eaef52283af1301afb13f7d2a915f46ed779c86d..6bdb0402239e109df3e080054018c8a120c0ef79 100644
|
| --- a/runtime/vm/intermediate_language.cc
|
| +++ b/runtime/vm/intermediate_language.cc
|
| @@ -1626,13 +1626,6 @@ LocationSummary* DebugStepCheckInstr::MakeLocationSummary(Isolate* isolate,
|
| }
|
|
|
|
|
| -void DebugStepCheckInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| - ASSERT(!compiler->is_optimizing());
|
| - const ExternalLabel label(StubCode::DebugStepCheckEntryPoint());
|
| - compiler->GenerateCall(token_pos(), &label, stub_kind_, locs());
|
| -}
|
| -
|
| -
|
| Instruction* DebugStepCheckInstr::Canonicalize(FlowGraph* flow_graph) {
|
| return NULL;
|
| }
|
|
|