| Index: runtime/vm/intermediate_language.cc
|
| diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc
|
| index 6f183d89f1c6e45845bed6fee8735f9943366035..43dc0943c4faba4f2909f9ff7789f30af82d5458 100644
|
| --- a/runtime/vm/intermediate_language.cc
|
| +++ b/runtime/vm/intermediate_language.cc
|
| @@ -1620,11 +1620,6 @@ LocationSummary* GraphEntryInstr::MakeLocationSummary() const {
|
| }
|
|
|
|
|
| -void GraphEntryInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| - // Nothing to do.
|
| -}
|
| -
|
| -
|
| LocationSummary* JoinEntryInstr::MakeLocationSummary() const {
|
| UNREACHABLE();
|
| return NULL;
|
|
|