Skip to content

Commit

Permalink
fixup: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 8, 2023
1 parent c66aad4 commit ed528ab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mullvad-relay-selector/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,12 +341,7 @@ impl RelaySelector {
) -> Result<NormalSelectedRelay, Error> {
#[cfg(target_os = "android")]
{
self.get_wireguard_endpoint(
relay_constraints,
additional_constraints,
retry_attempt,
custom_lists,
)
self.get_wireguard_endpoint(relay_constraints, retry_attempt, custom_lists)
}

#[cfg(not(target_os = "android"))]
Expand Down

0 comments on commit ed528ab

Please sign in to comment.