File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments