Skip to content

Commit b9cd784

Browse files
committed
remove unnecessary delete inner method statements on builtin extension types (set)
1 parent 4a1ff65 commit b9cd784

File tree

1 file changed

+0
-13
lines changed
  • graalpython/lib-graalpython

1 file changed

+0
-13
lines changed

graalpython/lib-graalpython/set.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,3 @@ def frozenset_hash(self):
132132
frozenset.__repr__ = frozenset_repr
133133
frozenset.copy = frozenset_copy
134134
frozenset.__hash__ = frozenset_hash
135-
136-
del update
137-
del difference
138-
del difference_update
139-
del intersection
140-
del set_repr
141-
del set_copy
142-
143-
del frozenset_difference
144-
del frozenset_intersection
145-
del frozenset_repr
146-
del frozenset_copy
147-
del frozenset_hash

0 commit comments

Comments
 (0)