Skip to content

Commit

Permalink
Fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Mihajlov committed Oct 10, 2023
1 parent 59d632b commit 5247ce6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions ios/PacketTunnelCore/Actor/Actor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Foundation
import MullvadLogging
import MullvadTypes
import NetworkExtension
import struct RelaySelector.RelaySelectorResult
import class WireGuardKitTypes.PrivateKey

/**
Expand Down Expand Up @@ -355,9 +354,3 @@ extension PacketTunnelActor {
}
}
}

extension RelaySelectorResult {
func asSelectedRelay() -> SelectedRelay {
return SelectedRelay(endpoint: endpoint, hostname: relay.hostname, location: location)
}
}
1 change: 0 additions & 1 deletion ios/PacketTunnelCore/Actor/State.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import Foundation
import MullvadTypes
import struct RelaySelector.RelaySelectorResult
import TunnelObfuscation
import class WireGuardKitTypes.PrivateKey

Expand Down

0 comments on commit 5247ce6

Please sign in to comment.