Skip to content

Commit

Permalink
remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blattm committed Aug 29, 2024
1 parent f4a3157 commit 9c577a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion decompiler/frontend/binaryninja/handlers/assignments.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def lift_set_field(self, assignment: mediumlevelil.MediumLevelILSetVarField, is_
writes_memory=assignment.dest.version,
)
value = self._lifter.lift(assignment.src)
# TODO: does ComplexTypeName occur as well? If so does it need to be treated differently?
# case 2 (contraction):
elif assignment.offset == 0 and self._lifter.is_omitting_masks:
destination = self._lift_contraction(assignment, is_aliased=is_aliased, parent=assignment)
Expand Down

0 comments on commit 9c577a4

Please sign in to comment.