xen_backend: Remove unused error handling of qemu_set_fd_handler
commit6b5166f8a82888638bb9aba9dc49aa7fa25f292f
authorFam Zheng <famz@redhat.com>
Thu, 4 Jun 2015 06:45:22 +0000 (4 14:45 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 12 Jun 2015 12:26:21 +0000 (12 13:26 +0100)
treeb10a6b778676732e9aae189ea5c0b03818c6dafe
parentb027a538c6790bcfc93ef7f4819fe3e581445959
xen_backend: Remove unused error handling of qemu_set_fd_handler

The function cannot fail, so the check is superfluous.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1433400324-7358-12-git-send-email-famz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/xen/xen_backend.c