mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
dead code
This commit is contained in:
@@ -11,7 +11,6 @@ class URLSessionManager: NSObject {
|
||||
static let shared = URLSessionManager()
|
||||
|
||||
let session: URLSession
|
||||
private var lock = os_unfair_lock()
|
||||
private let configuration = {
|
||||
let config = URLSessionConfiguration.default
|
||||
|
||||
@@ -35,8 +34,6 @@ class URLSessionManager: NSObject {
|
||||
|
||||
return config
|
||||
}()
|
||||
private var initialized = false
|
||||
private var sessionChangedListeners: [() -> Void] = []
|
||||
|
||||
private override init() {
|
||||
session = URLSession(configuration: configuration, delegate: URLSessionManagerDelegate(), delegateQueue: nil)
|
||||
|
||||
Reference in New Issue
Block a user