[api] Drop the unused array_size on the pointer buffer base

This commit is contained in:
J. Nick Koston
2026-09-08 00:07:54 +02:00
parent a97e4ebc1c
commit 77d850cbe2
-1
View File
@@ -1138,7 +1138,6 @@ class PointerToBufferTypeBase(TypeInfo):
self, field: descriptor.FieldDescriptorProto, needs_decode: bool
) -> None:
super().__init__(field, needs_decode)
self.array_size = 0
@property
def wire_type(self) -> WireType: