diff --git a/ios/MullvadVPN/TunnelManager/TunnelManager.swift b/ios/MullvadVPN/TunnelManager/TunnelManager.swift index cc4ce36da6c6..fe989a790cd5 100644 --- a/ios/MullvadVPN/TunnelManager/TunnelManager.swift +++ b/ios/MullvadVPN/TunnelManager/TunnelManager.swift @@ -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)