aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri.c')
-rw-r--r--src/uri.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/uri.c b/src/uri.c
index 780f7e72..6b029284 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -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;