Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Jul 21, 2023
1 parent 38b2228 commit e307a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dissect/cstruct/cstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e307a67

Please sign in to comment.