c_client.py: remove unused params in c_accessors

Signed-off-by: Robert Knutsson <zybreak@gmail.com>
This commit is contained in:
Robert Knutsson 2025-11-08 00:33:38 +01:00
parent f7a682495e
commit 9a09ae7ad2

View file

@ -512,7 +512,6 @@ def _c_type_setup(self, name, postfix):
# special: switch C structs get pointer fields for variable-sized members
_c_complex(self)
for bitcase in self.bitcases:
bitcase_name = bitcase.type.name if bitcase.type.has_name else name
_c_accessors(bitcase.type)
# no list with switch as element, so no call to
# _c_iterator(field.type, field_name) necessary