Skip to content

Commit f969451

Browse files
committed
Remove dead code
1 parent ea344c2 commit f969451

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ios/MullvadVPN/TunnelManager/TunnelManager.swift

-10
Original file line numberDiff line numberDiff line change
@@ -1045,16 +1045,6 @@ final class TunnelManager: StorePaymentObserver {
10451045
isPolling = false
10461046
}
10471047

1048-
private func cancelPollingKeyRotation() {
1049-
guard isRunningPeriodicPrivateKeyRotation else { return }
1050-
1051-
logger.debug("Cancel key rotation polling.")
1052-
1053-
privateKeyRotationTimer?.cancel()
1054-
privateKeyRotationTimer = nil
1055-
isRunningPeriodicPrivateKeyRotation = false
1056-
}
1057-
10581048
fileprivate func removeLastUsedAccount() {
10591049
do {
10601050
try SettingsManager.setLastUsedAccount(nil)

0 commit comments

Comments
 (0)