From d1cb9afaf06eef29f31cd666ca2d84f447cb37c0 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Mon, 20 Oct 2025 15:20:24 +0200 Subject: [PATCH] not sure what happened but it's fixed --- common/http-api-client/src/url.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/http-api-client/src/url.rs b/common/http-api-client/src/url.rs index 0f0e2e80fa..8b3b1a65b8 100644 --- a/common/http-api-client/src/url.rs +++ b/common/http-api-client/src/url.rs @@ -196,16 +196,6 @@ impl Url { false } - /// Returns the inner `url::Url` reference - pub fn inner_url(&self) -> &url::Url { - &self.url - } - - /// Returns the front URLs if configured - pub fn fronts(&self) -> Option<&Vec> { - self.fronts.as_ref() - } - /// Return the string representation of the current front host (domain or IP address) for this /// URL, if any. pub fn front_str(&self) -> Option<&str> {