]> git.proxmox.com Git - mirror_qemu.git/commit
util/uri: Remove uri_string_unescape()
authorThomas Huth <thuth@redhat.com>
Tue, 23 Jan 2024 18:22:44 +0000 (19:22 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 24 Jan 2024 08:54:05 +0000 (09:54 +0100)
commit7536acb42631db1a34663407f4d6b803cb776790
tree19f17f4d8a4be7f04a6fdb97b58599cc8139a69c
parent4dfa7dc2ac07c3599da97fa9e0588ceac097b3e5
util/uri: Remove uri_string_unescape()

uri_string_unescape() basically does the same as the glib function
g_uri_unescape_segment(). So we can get rid of our implementation
completely by simply using the glib function instead.

Suggested-by: Stefan Weil <sw@weilnetz.de>
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20240123182247.432642-2-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/qemu/uri.h
util/uri.c