Skip to content

Commit

Permalink
remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Miauwkeru committed Feb 27, 2024
1 parent bab46d5 commit 30b91e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/cstruct/cstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def _make_union(
) -> type[Structure]:
return self._make_struct(name, fields, align=align, anonymous=anonymous, base=Union)

def to_stub(self, name: str = "", packed: bool = True):
def to_stub(self, name: str = ""):
buffer = io.StringIO()
indentation = ""
if name:
Expand Down

0 comments on commit 30b91e9

Please sign in to comment.