diff --git a/dissect/cstruct/cstruct.py b/dissect/cstruct/cstruct.py index 9693acd..ef5ce62 100644 --- a/dissect/cstruct/cstruct.py +++ b/dissect/cstruct/cstruct.py @@ -303,7 +303,6 @@ def _make_type( } ) return types.new_class(name, bases, {}, lambda ns: ns.update(attrs)) - # return type(name, bases, attrs) def _make_array(self, type_: MetaType, num_entries: Optional[UnionHint[int, Expression]]) -> type[Array]: null_terminated = num_entries is None