Delete line that was accidentally copied. (GH-26624)

This commit is contained in:
Mark Shannon 2021-06-09 15:55:35 +01:00 committed by GitHub
parent aef1b58dc8
commit 6f84656dc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,6 @@ def dash_R(ns, test_name, test_func):
alloc_deltas = [0] * repcount
fd_deltas = [0] * repcount
getallocatedblocks = sys.getallocatedblocks
getallocatedblocks = sys.getallocatedblocks
gettotalrefcount = sys.gettotalrefcount
_getquickenedcount = sys._getquickenedcount
fd_count = os_helper.fd_count