Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
harkal committed Dec 24, 2024
1 parent 421c997 commit 6f58d73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vyper/venom/passes/make_ssa.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ def _add_phi_nodes(self):
has_already = {bb: 0 for bb in self.dom.dfs_walk}
i = 0

# for bb in self.dom.dfs_walk:
# if len(bb.get_phi_assignments()) > 0:
# has_already[bb] = 1

# Iterate over all variables
for var, d in self.defs.items():
i += 1
Expand Down

0 comments on commit 6f58d73

Please sign in to comment.