Re: [PATCH 0/5] util/uri: Simplify the code, remove unused functions

2024-01-22 Thread Daniel P . Berrangé
On Mon, Jan 22, 2024 at 08:17:48PM +0100, Thomas Huth wrote: > The URI function uri_string_unescape() has some overlap with functions > from the glib, so we can simplify our code here quite a bit. > While at it, I also noticed that there are many unused functions in > here which we likely can drop

[PATCH 0/5] util/uri: Simplify the code, remove unused functions

2024-01-22 Thread Thomas Huth
The URI function uri_string_unescape() has some overlap with functions from the glib, so we can simplify our code here quite a bit. While at it, I also noticed that there are many unused functions in here which we likely can drop nowadays (it's better to use the functions from glib anyway). Thomas