From: Peter Krempa Date: Mon, 11 Oct 2021 14:23:51 +0000 (+0200) Subject: qemuBuildDeviceCommandlineFromJSON: Remove unused keyword X-Git-Tag: v7.9.0-rc1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc34a44a4baa753ccf0af12dc91cbe67b6bada0;p=thirdparty%2Flibvirt.git qemuBuildDeviceCommandlineFromJSON: Remove unused keyword Now that the code was converted to use this helper we can remove it. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- 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)