From 45358052fb4fa254f06d0d704a27c5ed9608cc58 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Feb 2018 20:49:28 +0100 Subject: Remove serd_uri_to_path() --- serd/serd.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'serd') diff --git a/serd/serd.h b/serd/serd.h index fc1ac5ff..4f0d8a6b 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -379,17 +379,6 @@ static const SerdURI SERD_URI_NULL = { {NULL, 0}, {NULL, 0}, {NULL, 0}, {NULL, 0}, {NULL, 0}, {NULL, 0} }; -/** - Return the local path for `uri`, or NULL if `uri` is not a file URI. - Note this (inappropriately named) function only removes the file scheme if - necessary, and returns `uri` unmodified if it is an absolute path. Percent - encoding and other issues are not handled, to properly convert a file URI to - a path, use serd_file_uri_parse(). -*/ -SERD_API -const char* -serd_uri_to_path(const char* uri); - /** Get the unescaped path and hostname from a file URI. @param uri A file URI. -- cgit v1.2.1