Skip to content

Commit

Permalink
fix[venom]: remove duplicate volatile instructions (#4263)
Browse files Browse the repository at this point in the history
remove duplicate `assert`, `assert_unreachable` from `VOLATILE_INSTRUCTIONS` dictionary
  • Loading branch information
harkal authored Oct 4, 2024
1 parent e21f3e8 commit 4f47497
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vyper/venom/basicblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"istore",
"tload",
"tstore",
"assert",
"assert_unreachable",
"mstore",
"mload",
"calldatacopy",
Expand Down

0 comments on commit 4f47497

Please sign in to comment.