Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Apr 30, 2024
1 parent ea344c2 commit f969451
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ios/MullvadVPN/TunnelManager/TunnelManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1045,16 +1045,6 @@ final class TunnelManager: StorePaymentObserver {
isPolling = false
}

private func cancelPollingKeyRotation() {
guard isRunningPeriodicPrivateKeyRotation else { return }

logger.debug("Cancel key rotation polling.")

privateKeyRotationTimer?.cancel()
privateKeyRotationTimer = nil
isRunningPeriodicPrivateKeyRotation = false
}

fileprivate func removeLastUsedAccount() {
do {
try SettingsManager.setLastUsedAccount(nil)
Expand Down

0 comments on commit f969451

Please sign in to comment.