Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Feb 21, 2025
1 parent d128dc3 commit 9d9c53d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vyper/venom/passes/remove_unused_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def _process_instruction(self, inst):
if inst.is_volatile or inst.is_bb_terminator:
return

bb = inst.parent

uses = self.dfg.get_uses(inst.output)
if len(uses) > 0:
return
Expand Down

0 comments on commit 9d9c53d

Please sign in to comment.