summaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2012-09-05 23:06:25 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2012-09-25 18:37:41 -0500
commit013c2f150f617d0e19ab487539df2234b2d4209b (patch)
tree6ddcab5cbb558274dce0393af807d708da729322 /sysemu.h
parentbea42280dad1e016225654a062b98bafe99e51fe (diff)
downloadqemu-013c2f150f617d0e19ab487539df2234b2d4209b.tar.gz
Cleanup unused global var qemu_system_powerdown
All deps that used global qemu_system_powerdown var are now converted to notifiers, so remove it. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysemu.h b/sysemu.h
index 803c8588cf..109304672d 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -62,7 +62,6 @@ int qemu_reset_requested(void);
int qemu_powerdown_requested(void);
void qemu_system_killed(int signal, pid_t pid);
void qemu_kill_report(void);
-extern qemu_irq qemu_system_powerdown;
void qemu_devices_reset(void);
void qemu_system_reset(bool report);