diff options
author | 2019-01-18 02:10:03 +0530 | |
---|---|---|
committer | 2019-01-18 09:32:49 +0100 | |
commit | 86165d25f7f9419258f10351cee6bd4431feb793 (patch) | |
tree | fb9332e23143810a45ba0bf44e38b6ce87c49dac /WireGuard/WireGuard | |
parent | macOS: Tunnel detail: Better alignment for bottom controls (diff) | |
download | wireguard-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.swift | 1 |
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) |