]> git.proxmox.com Git - mirror_qemu.git/commit
util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()
authorThomas Huth <thuth@redhat.com>
Tue, 23 Jan 2024 18:22:45 +0000 (19:22 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 24 Jan 2024 08:54:05 +0000 (09:54 +0100)
commitfdd16f16f45119e799c238f82e07c72cad1d2a9e
treec93105d519f7bb667635dfe27132a749fc4304b4
parent7536acb42631db1a34663407f4d6b803cb776790
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>
include/qemu/uri.h
util/uri.c