Skip to content

Commit

Permalink
arch.py: remove unused instruction (Gallopsled#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
disconnect3d authored Jul 1, 2020
1 parent 21319d3 commit 9c60b62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pwndbg/disasm/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ def enhance_operands(self, instruction):
operand.symbol:
Resolved symbol name for this operand.
"""
current = (instruction.address == pwndbg.regs.pc)

for i, op in enumerate(instruction.operands):
op.int = None
op.symbol = None
Expand Down

0 comments on commit 9c60b62

Please sign in to comment.