Skip to content

Commit

Permalink
#2585 rm unused __repr__ from _Default class
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Jul 9, 2024
1 parent 624afbd commit 837b37b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/psyclone/psyir/symbols/symbol_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ class _Default:
:param Any value: a value associated with this instance.
'''
def __repr__(self):
return f"Default Value: {self.value} ({type(self.value)})"

def __init__(self, value):
self.value = value

Expand Down

0 comments on commit 837b37b

Please sign in to comment.