mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 23:37:34 +00:00
[api] Drop the unused array_size on the pointer buffer base
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user