summaryrefslogtreecommitdiff
path: root/utils/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/url.h')
-rw-r--r--utils/url.h10
1 files changed, 0 insertions, 10 deletions
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.