]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuBuildDeviceCommandlineFromJSON: Remove unused keyword
authorPeter Krempa <pkrempa@redhat.com>
Mon, 11 Oct 2021 14:23:51 +0000 (16:23 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 18:54:53 +0000 (20:54 +0200)
Now that the code was converted to use this helper we can remove it.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c

index ade82eef224d9eb65d8ed96b93de8468eac55984..fae2d1569c5033e989a4cb837455c194958c27ca 100644 (file)
@@ -221,7 +221,7 @@ qemuBuildNetdevCommandlineFromJSON(virCommand *cmd,
 }
 
 
-static G_GNUC_UNUSED int
+static int
 qemuBuildDeviceCommandlineFromJSON(virCommand *cmd,
                                    virJSONValue *props,
                                    virQEMUCaps *qemuCaps)