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> {