Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rihi committed Sep 4, 2024
1 parent 9f953a8 commit 0fb6969
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions decompiler/frontend/binaryninja/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ def lift(self, task: DecompilerTask):
tagging = CompilerIdiomsTagging(self._bv, function.start, task.options)
tagging.run()

instructions = list(function.instructions)

task.cfg = parser.parse(function)
task.complex_types = parser.complex_types
except Exception as e:
Expand Down

0 comments on commit 0fb6969

Please sign in to comment.