Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
acb-mv committed Sep 18, 2024
1 parent 879b0ff commit e86df23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/PacketTunnelCore/TunnelMonitor/TunnelMonitor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public final class TunnelMonitor: TunnelMonitorProtocol {
nslock.lock()
defer { nslock.unlock() }

guard let probeAddress, let newStats = getStats(),
guard let newStats = getStats(),
state.connectionState == .connecting || state.connectionState == .connected
else { return }

Expand Down

0 comments on commit e86df23

Please sign in to comment.