summaryrefslogtreecommitdiffstats
path: root/hw/xen_domainbuild.c
diff options
context:
space:
mode:
authorAmos Kong2012-09-29 07:36:21 +0200
committerStefan Hajnoczi2012-10-05 15:10:21 +0200
commit4d5b97da35ecbfdad6fe1cbe7fdd7d71ef735602 (patch)
treeee0e196c5bc3d4cb7702ff55c5bf7464c86a8783 /hw/xen_domainbuild.c
parentqemu-sockets: Fix compiler warning (regression for MinGW) (diff)
downloadqemu-4d5b97da35ecbfdad6fe1cbe7fdd7d71ef735602.tar.gz
qemu-4d5b97da35ecbfdad6fe1cbe7fdd7d71ef735602.tar.xz
qemu-4d5b97da35ecbfdad6fe1cbe7fdd7d71ef735602.zip
cleanup useless return sentence
This patch cleans up return sentences in the end of void functions. Reported-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Amos Kong <akong@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Diffstat (limited to 'hw/xen_domainbuild.c')
-rw-r--r--hw/xen_domainbuild.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xen_domainbuild.c b/hw/xen_domainbuild.c
index a6a12e5930..db1497469a 100644
--- a/hw/xen_domainbuild.c
+++ b/hw/xen_domainbuild.c
@@ -153,7 +153,6 @@ static void xen_domain_poll(void *opaque)
quit:
qemu_system_shutdown_request();
- return;
}
static int xen_domain_watcher(void)