Am 23.01.24 um 19:22 schrieb Thomas Huth:
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 <[email protected]> [g_uri_unescape_string()]
Suggested-by: Paolo Bonzini <[email protected]> [g_uri_unescape_segment()]
Signed-off-by: Thomas Huth <[email protected]>
---
include/qemu/uri.h | 1 -
util/uri.c | 97 ++++++----------------------------------------
2 files changed, 11 insertions(+), 87 deletions(-)
Reviewed-by: Stefan Weil<[email protected]>
Thank you, Thomas and Paolo.