Drop a few old commented lines
This commit is contained in:
parent
2459fe1bfd
commit
fe7a2c6941
|
@ -16,8 +16,6 @@ struct CoreConfiguration {
|
|||
|
||||
static let usesReplayProtection = true
|
||||
|
||||
// static let usesDataOptimization = true
|
||||
|
||||
static let tickInterval = 0.2
|
||||
|
||||
static let pingInterval = 10.0
|
||||
|
|
|
@ -113,10 +113,5 @@ extension SessionProxy {
|
|||
}
|
||||
return decrypted
|
||||
}
|
||||
|
||||
// func dispose() {
|
||||
// tlsOptional = nil
|
||||
// dataPath = nil
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -899,7 +899,6 @@ public class SessionProxy {
|
|||
while (oldKeys.count > 1) {
|
||||
let key = oldKeys.removeFirst()
|
||||
keys.removeValue(forKey: key.id)
|
||||
// key.dispose()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue