On 22/1/24 20:17, Thomas Huth wrote:
All callers pass NULL as target, so we can simplify the code by dropping this parameter.Signed-off-by: Thomas Huth <th...@redhat.com> --- include/qemu/uri.h | 2 +- util/uri.c | 32 ++++++++++++++------------------ 2 files changed, 15 insertions(+), 19 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>