mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -221,7 +221,7 @@ qemuBuildNetdevCommandlineFromJSON(virCommand *cmd,
|
||||
}
|
||||
|
||||
|
||||
static G_GNUC_UNUSED int
|
||||
static int
|
||||
qemuBuildDeviceCommandlineFromJSON(virCommand *cmd,
|
||||
virJSONValue *props,
|
||||
virQEMUCaps *qemuCaps)
|
||||
|
||||
Reference in New Issue
Block a user