From 4c4e93ea54bb7146527d4d0a6d313989f7d8d616 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 11 Oct 2012 17:49:01 +0100 Subject: Remove unused function. --- utils/url.h | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/url.h') diff --git a/utils/url.h b/utils/url.h index 56de57662..fa27a4874 100644 --- a/utils/url.h +++ b/utils/url.h @@ -56,7 +56,6 @@ url_func_result url_nice(const char *url, char **result, url_func_result url_escape(const char *unescaped, size_t toskip, bool sptoplus, const char *escexceptions, char **result); url_func_result url_unescape(const char *str, char **result); -url_func_result url_canonical_root(const char *url, char **result); url_func_result url_path(const char *url, char **result); url_func_result url_get_components(const char *url, -- cgit v1.2.3