]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-ga: drop unused local err variable
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 16 Mar 2016 15:16:02 +0000 (15:16 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 21 Mar 2016 00:51:18 +0000 (19:51 -0500)
commita284974dee57b5ff7a194cf5daa4026bd22bf5ad
tree13249cdc6d49b77abb663f4c62571af62332cb08
parent4829e0378dfb91d55af9dfd741bd09e8f2c4f91a
qemu-ga: drop unused local err variable

Commit 125b310e1d62e3a1dc1e7758563e598957ca7ae4 ("qemu-ga: move
channel/transport functionality into wrapper class") stopped using the
local err variable in channel_event_cb().

This patch deletes the unused variable.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/main.c