mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
58d915b2d3
commit
5dc34a44a4
|
@ -221,7 +221,7 @@ qemuBuildNetdevCommandlineFromJSON(virCommand *cmd,
|
|||
}
|
||||
|
||||
|
||||
static G_GNUC_UNUSED int
|
||||
static int
|
||||
qemuBuildDeviceCommandlineFromJSON(virCommand *cmd,
|
||||
virJSONValue *props,
|
||||
virQEMUCaps *qemuCaps)
|
||||
|
|
Loading…
Reference in New Issue