| Index: runtime/vm/code_generator.cc
|
| diff --git a/runtime/vm/code_generator.cc b/runtime/vm/code_generator.cc
|
| index b2fca6b92293e315f82cf22233949dfcff2d2fb3..4a35895f3fac4e5ca7560c354bf5c812566afb8d 100644
|
| --- a/runtime/vm/code_generator.cc
|
| +++ b/runtime/vm/code_generator.cc
|
| @@ -2215,14 +2215,6 @@ DEFINE_RUNTIME_ENTRY(DeoptimizeMaterialize, 0) {
|
| }
|
|
|
|
|
| -DEFINE_RUNTIME_ENTRY(RewindPostDeopt, 0) {
|
| -#if !defined(DART_PRECOMPILED_RUNTIME)
|
| - isolate->debugger()->RewindPostDeopt();
|
| -#else
|
| - UNREACHABLE();
|
| -#endif // !DART_PRECOMPILED_RUNTIME
|
| -}
|
| -
|
| DEFINE_LEAF_RUNTIME_ENTRY(intptr_t,
|
| BigintCompare,
|
| 2,
|
|
|