Skip to content

Commit

Permalink
Removed unnecessary RemovedUnusedVariablesPass
Browse files Browse the repository at this point in the history
  • Loading branch information
HodanPlodky committed Feb 3, 2025
1 parent 42e15a4 commit 90e03f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/venom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def _run_passes(fn: IRFunction, optimize: OptimizationLevel) -> None:
BranchOptimizationPass(ac, fn).run_pass()

AlgebraicOptimizationPass(ac, fn).run_pass()
RemoveUnusedVariablesPass(ac, fn).run_pass()

StoreElimination(ac, fn).run_pass()
CSE(ac, fn).run_pass()
Expand Down

0 comments on commit 90e03f0

Please sign in to comment.