Skip to content

Commit 125f7ec

Browse files
committed
src: remove unused prop_kind_shift
1 parent b106f2f commit 125f7ec

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/llv8-constants.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ void DescriptorArray::Load() {
471471
LoadConstant("prop_attributes_DONT_ENUM");
472472

473473
kPropertyKindMask = LoadConstant("prop_kind_mask");
474-
kPropertyKindShift = LoadConstant("prop_kind_shift", int64_t(0));
475474
kPropertyKindEnum_kAccessor = LoadConstant("prop_kind_Accessor");
476475
kPropertyKindEnum_kData = LoadConstant("prop_kind_Data");
477476

src/llv8-constants.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ class DescriptorArray : public Module {
418418
int64_t kPropertyAttributesEnum_DONT_DELETE = -1;
419419

420420
int64_t kPropertyKindMask = -1;
421-
int64_t kPropertyKindShift = -1;
422421
int64_t kPropertyKindEnum_kAccessor = -1;
423422
int64_t kPropertyKindEnum_kData = -1;
424423

0 commit comments

Comments
 (0)