diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-29 15:28:36 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-30 09:18:44 +0100 |
commit | 172061a0a0d98c974ea8d5ed715195237bc44225 (patch) | |
tree | 3a3310a8863ac5a824b713cf2af54dc24ac3352d /main-loop.h | |
parent | 744ca8e3754e6808c6b5331d287adc533fca0ad3 (diff) |
main-loop: unify qemu_init_main_loop between QEMU and tools
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'main-loop.h')
-rw-r--r-- | main-loop.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/main-loop.h b/main-loop.h index dce1cd9d7c..91a0aff9c7 100644 --- a/main-loop.h +++ b/main-loop.h @@ -43,16 +43,6 @@ int qemu_init_main_loop(void); /** - * main_loop_init: Initializes main loop - * - * Internal (but shared for compatibility reasons) initialization routine - * for the main loop. This should not be used by applications directly, - * use qemu_init_main_loop() instead. - * - */ -int main_loop_init(void); - -/** * main_loop_wait: Run one iteration of the main loop. * * If @nonblocking is true, poll for events, otherwise suspend until |