qemuBuildDeviceCommandlineFromJSON: Remove unused keyword

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>
This commit is contained in:
Peter Krempa 2021-10-11 16:23:51 +02:00
parent 58d915b2d3
commit 5dc34a44a4

View File

@ -221,7 +221,7 @@ qemuBuildNetdevCommandlineFromJSON(virCommand *cmd,
}
static G_GNUC_UNUSED int
static int
qemuBuildDeviceCommandlineFromJSON(virCommand *cmd,
virJSONValue *props,
virQEMUCaps *qemuCaps)