mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()
These rather complex functions have never been used since they've been introduced in 2012, so looks like they are not really useful for QEMU. And since the static normalize_uri_path() function is also only used by uri_resolve(), we can remove that function now, too. Reviewed-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com> Message-ID: <20240123182247.432642-3-thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
7536acb426
commit
fdd16f16f4
2 changed files with 0 additions and 691 deletions
|
@ -72,8 +72,6 @@ typedef struct URI {
|
|||
} URI;
|
||||
|
||||
URI *uri_new(void);
|
||||
char *uri_resolve(const char *URI, const char *base);
|
||||
char *uri_resolve_relative(const char *URI, const char *base);
|
||||
URI *uri_parse(const char *str);
|
||||
URI *uri_parse_raw(const char *str, int raw);
|
||||
int uri_parse_into(URI *uri, const char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue