Drop a few old commented lines

This commit is contained in:
Davide De Rosa 2018-08-23 16:18:53 +02:00
parent 2459fe1bfd
commit fe7a2c6941
3 changed files with 0 additions and 8 deletions

View File

@ -16,8 +16,6 @@ struct CoreConfiguration {
static let usesReplayProtection = true static let usesReplayProtection = true
// static let usesDataOptimization = true
static let tickInterval = 0.2 static let tickInterval = 0.2
static let pingInterval = 10.0 static let pingInterval = 10.0

View File

@ -113,10 +113,5 @@ extension SessionProxy {
} }
return decrypted return decrypted
} }
// func dispose() {
// tlsOptional = nil
// dataPath = nil
// }
} }
} }

View File

@ -899,7 +899,6 @@ public class SessionProxy {
while (oldKeys.count > 1) { while (oldKeys.count > 1) {
let key = oldKeys.removeFirst() let key = oldKeys.removeFirst()
keys.removeValue(forKey: key.id) keys.removeValue(forKey: key.id)
// key.dispose()
} }
} }