| Index: runtime/vm/thread.h
|
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
|
| index cc310b74dd55d8f2daf0bbea54127e02e52fca86..50b5c47e2834a2a21d3c815bd59a438d707d52c2 100644
|
| --- a/runtime/vm/thread.h
|
| +++ b/runtime/vm/thread.h
|
| @@ -92,10 +92,6 @@ class Zone;
|
| StubCode::MonomorphicMiss_entry()->code(), NULL) \
|
| V(RawCode*, ic_lookup_through_code_stub_, \
|
| StubCode::ICCallThroughCode_entry()->code(), NULL) \
|
| - V(RawCode*, lazy_deopt_from_return_stub_, \
|
| - StubCode::DeoptimizeLazyFromReturn_entry()->code(), NULL) \
|
| - V(RawCode*, lazy_deopt_from_throw_stub_, \
|
| - StubCode::DeoptimizeLazyFromThrow_entry()->code(), NULL) \
|
|
|
| #endif
|
|
|
|
|