aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-01-18 02:10:03 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2019-01-18 09:32:49 +0100
commit86165d25f7f9419258f10351cee6bd4431feb793 (patch)
treefb9332e23143810a45ba0bf44e38b6ce87c49dac /WireGuard/WireGuard
parentmacOS: Tunnel detail: Better alignment for bottom controls (diff)
downloadwireguard-apple-86165d25f7f9419258f10351cee6bd4431feb793.tar.xz
wireguard-apple-86165d25f7f9419258f10351cee6bd4431feb793.zip
TunnelsManager: Remove unused variable
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard')
-rw-r--r--WireGuard/WireGuard/Tunnel/TunnelsManager.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Tunnel/TunnelsManager.swift b/WireGuard/WireGuard/Tunnel/TunnelsManager.swift
index 1b3cc50..5640e6c 100644
--- a/WireGuard/WireGuard/Tunnel/TunnelsManager.swift
+++ b/WireGuard/WireGuard/Tunnel/TunnelsManager.swift
@@ -365,7 +365,6 @@ class TunnelContainer: NSObject {
var activationTimer: Timer?
fileprivate var tunnelProvider: NETunnelProviderManager
- private var lastTunnelConnectionStatus: NEVPNStatus?
var tunnelConfiguration: TunnelConfiguration? {
return (tunnelProvider.protocolConfiguration as? NETunnelProviderProtocol)?.asTunnelConfiguration(called: tunnelProvider.localizedDescription)