[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 13/13] util/uri: Remove the old URI parsing code
From: |
Eric Blake |
Subject: |
Re: [PATCH v2 13/13] util/uri: Remove the old URI parsing code |
Date: |
Fri, 12 Apr 2024 09:59:08 -0500 |
User-agent: |
NeoMutt/20240201 |
On Fri, Apr 12, 2024 at 03:24:15PM +0200, Thomas Huth wrote:
> Now that we switched all consumers of the URI code to use the URI
> parsing functions from glib instead, we can remove our internal
> URI parsing code since it is not used anymore.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> include/qemu/uri.h | 99 ---
> util/uri.c | 1466 --------------------------------------------
> util/meson.build | 2 +-
> 3 files changed, 1 insertion(+), 1566 deletions(-)
> delete mode 100644 include/qemu/uri.h
> delete mode 100644 util/uri.c
Nice.
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization: qemu.org | libguestfs.org
- Re: [PATCH v2 09/13] block/gluster: Use URI parsing code from glib, (continued)