Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
electriclilies committed Apr 27, 2024
1 parent 0628f2f commit 9c9d2a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vyper/codegen/ir_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ def set_error_msg(self, error_msg: str) -> None:
# which changes the child `.unique_symbols`. in the future it would
# be good to tighten down the hatches so it is harder to modify
# IRnode member variables.
# Maybe the fact that this is a cached_property is causing a problem?
# But changing to an ordinary property doesn't seem to be helping anything.
@cached_property
def unique_symbols(self):
ret = set()
Expand Down

0 comments on commit 9c9d2a2

Please sign in to comment.