[PATCH 02/14] qemuBuildDeviceCommandlineFromJSON: Remove unused keyword

Peter Krempa pkrempa at redhat.com
Tue Oct 12 11:12:08 UTC 2021


Now that the code was converted to use this helper we can remove it.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 src/qemu/qemu_command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
index ade82eef22..fae2d1569c 100644
--- a/src/qemu/qemu_command.c
+++ b/src/qemu/qemu_command.c
@@ -221,7 +221,7 @@ qemuBuildNetdevCommandlineFromJSON(virCommand *cmd,
 }


-static G_GNUC_UNUSED int
+static int
 qemuBuildDeviceCommandlineFromJSON(virCommand *cmd,
                                    virJSONValue *props,
                                    virQEMUCaps *qemuCaps)
-- 
2.31.1




More information about the libvir-list mailing list