From 429d6e20f7989bb65736fb6f0058c33add7b0ac5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 9 May 2014 10:30:24 +0100 Subject: remove unused url operations --- utils/url.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'utils/url.h') diff --git a/utils/url.h b/utils/url.h index 00cd1bc5f..f1aff0e93 100644 --- a/utils/url.h +++ b/utils/url.h @@ -65,27 +65,6 @@ void url_init(void); bool url_host_is_ip_address(const char *host); -/** - * Resolve a relative URL to absolute form. - * - * \param rel relative URL - * \param base base URL, must be absolute and cleaned as by nsurl_create() - * \param result pointer to pointer to buffer to hold absolute url - * \return NSERROR_OK on success - */ -nserror url_join(const char *rel, const char *base, char **result); - - -/** - * Return the host name from an URL. - * - * \param url an absolute URL - * \param result pointer to pointer to buffer to hold host name - * \return NSERROR_OK on success - */ -nserror url_host(const char *url, char **result); - - /** * Return the scheme name from an URL. * -- cgit v1.2.3