util/uri: Remove the old URI parsing code
authorThomas Huth <thuth@redhat.com>
Thu, 18 Apr 2024 10:10:56 +0000 (12:10 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 14 May 2024 10:46:46 +0000 (12:46 +0200)
commitda79537e0c8cef007d30298343d05acb0ba8b427
tree1d8612857dce2dfa2508be60ac713fbbc02f777d
parenta22a97d8056841f1d6d8e52d39281c8c01f4117b
util/uri: Remove the old URI parsing code

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.

Reviewed-by: Eric Blake <eblake@redhat.com>
Message-ID: <20240418101056.302103-14-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/qemu/uri.h [deleted file]
util/meson.build
util/uri.c [deleted file]