]> git.proxmox.com Git - mirror_qemu.git/commit
util/uri: Remove the uri_string_escape() function
authorThomas Huth <thuth@redhat.com>
Tue, 23 Jan 2024 18:22:46 +0000 (19:22 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 24 Jan 2024 08:54:05 +0000 (09:54 +0100)
commit8fd466737c698a554ed04bc0b5459350e3a4c9b0
treeb31b3e2f0adcb9d6c4bec31612eade4599251243
parentfdd16f16f45119e799c238f82e07c72cad1d2a9e
util/uri: Remove the uri_string_escape() function

Now that uri_resolve_relative() has been removed, this function is not
used in QEMU anymore - and if somebody needs this functionality, they
can simply use g_uri_escape_string() from the glib instead.

Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com>
Message-ID: <20240123182247.432642-4-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