From 365c4243ecdd0eb2372ce4a5bb20ded77c755c1d Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Sun, 21 Mar 2010 14:11:51 -0500 Subject: Revert "Add exit notifiers" This reverts commit 3b6304f706ef7eebc0b3b3f3a5093ec75448ee19. This was mistakenly committed. Signed-off-by: Anthony Liguori --- sysemu.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index bc33abfc9b..525efd13cb 100644 --- a/sysemu.h +++ b/sysemu.h @@ -8,7 +8,6 @@ #include "qemu-timer.h" #include "qdict.h" #include "qerror.h" -#include "notify.h" #ifdef _WIN32 #include @@ -74,10 +73,6 @@ int qemu_savevm_state_complete(Monitor *mon, QEMUFile *f); void qemu_savevm_state_cancel(Monitor *mon, QEMUFile *f); int qemu_loadvm_state(QEMUFile *f); -void exit_notifier_add(Notifier *notifier); -void exit_notifier_remove(Notifier *notifier); - - #ifdef _WIN32 /* Polling handling */ -- cgit v1.2.3