From 64d591676b638b43831f5ae78a6c59a7753c62df Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 26 Oct 2014 10:23:28 +0000 Subject: Remove unused url_components stuff. --- utils/url.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'utils/url.h') diff --git a/utils/url.h b/utils/url.h index 9f8de4e48..a2efbecec 100644 --- a/utils/url.h +++ b/utils/url.h @@ -33,16 +33,6 @@ /** File url prefix length. */ #define FILE_SCHEME_PREFIX_LEN 8 -/** Split out components of a url. */ -struct url_components { - const char *buffer; - const char *scheme; - const char *authority; - const char *path; - const char *query; - const char *fragment; -}; - /** * Initialise URL routines. -- cgit v1.2.3