Skip to content

Commit 6f84656

Browse files
authored
Delete line that was accidentally copied. (GH-26624)
1 parent aef1b58 commit 6f84656

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/libregrtest/refleak.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def get_pooled_int(value):
7373
alloc_deltas = [0] * repcount
7474
fd_deltas = [0] * repcount
7575
getallocatedblocks = sys.getallocatedblocks
76-
getallocatedblocks = sys.getallocatedblocks
7776
gettotalrefcount = sys.gettotalrefcount
7877
_getquickenedcount = sys._getquickenedcount
7978
fd_count = os_helper.fd_count

0 commit comments

Comments
 (0)