Skip to content

Commit aef1ca0

Browse files
kvakilNo9
authored andcommitted
src: remove "native_context" field
Not present in any supported release branches.
1 parent 1a62094 commit aef1ca0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/llv8-constants.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,6 @@ void Context::Load() {
259259
// of constants or a fallback list).
260260
kNativeIndex =
261261
LoadConstant("class_Context__native_index__int", "context_idx_native");
262-
if (kNativeIndex == -1) {
263-
kNativeIndex = LoadConstant("class_Context__native_context_index__int");
264-
}
265262
kEmbedderDataIndex = LoadConstant("context_idx_embedder_data", (int)5);
266263

267264
kMinContextSlots = LoadConstant("class_Context__min_context_slots__int",

0 commit comments

Comments
 (0)