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

2024-01-23 Thread Richard Henderson
On 1/24/24 04:22, Thomas Huth wrote: Thomas Huth (4): util/uri: Remove uri_string_unescape() util/uri: Remove unused functions uri_resolve() and uri_resolve_relative() util/uri: Remove the uri_string_escape() function util/uri: Remove unused macros ISA_RESERVED() and

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

2024-01-23 Thread Thomas Huth
The URI function uri_string_unescape() is pretty much the same as the function g_uri_unescape_segment() from the glib, so we can simplify our code here quite a bit. While at it, I also noticed that there are many other unused functions in here which we likely can drop, too. v2: - Replace