diff options
Diffstat (limited to 'src/uri.c')
-rw-r--r-- | src/uri.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -283,9 +283,6 @@ serd_resolve_uri(const SerdURIView r, const SerdURIView base) SerdURIView t = SERD_URI_NULL; - t.path_prefix.buf = NULL; - t.path_prefix.len = 0; - if (r.authority.len) { t.authority = r.authority; t.path = r.path; |