Skip to content

Commit

Permalink
removed misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blattm committed Oct 19, 2023
1 parent 9036c07 commit e402d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion decompiler/frontend/binaryninja/handlers/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def lift_struct_member(self, member: StructureMember, parent_struct_name: str =
else:
# if member is an embedded struct/union, the name is already available
member_type = self._lifter.lift(member.type, name=member.name)
# This is still wrong for Pointers...
return ComplexTypeMember(member_type.size, name=member.name, offset=member.offset, type=member_type)

@abstractmethod
Expand Down

0 comments on commit e402d24

Please sign in to comment.