| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index ca5a3f15389c62a830badd878ba5912a68a7307c..67e6148c2f3a54a046452a8f79be64c9c4400981 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -479,7 +479,6 @@ namespace internal {
|
| F(PushModuleContext, 2, 1) \
|
| F(DeleteLookupSlot, 2, 1) \
|
| F(LoadLookupSlot, 2, 2) \
|
| - F(LoadContextRelative, 3, 1) /* TODO(turbofan): Only temporary */ \
|
| F(LoadLookupSlotNoReferenceError, 2, 2) \
|
| F(StoreLookupSlot, 4, 1) \
|
| F(StoreContextRelative, 4, 1) /* TODO(turbofan): Only temporary */ \
|
|
|