We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa6f63 commit c881a7cCopy full SHA for c881a7c
Foundation/URLSession/URLSession.swift
@@ -190,7 +190,6 @@ open class URLSession : NSObject {
190
fileprivate var nextTaskIdentifier = 1
191
internal let workQueue: DispatchQueue
192
internal let taskRegistry = URLSession._TaskRegistry()
193
- fileprivate let identiferLock = NSLock()
194
fileprivate let identifier: Int32
195
fileprivate var invalidated = false
196
fileprivate static let registerProtocols: () = {
0 commit comments