diff options
Diffstat (limited to 'contrib/qemu/nop-symbols.c')
-rw-r--r-- | contrib/qemu/nop-symbols.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/qemu/nop-symbols.c b/contrib/qemu/nop-symbols.c deleted file mode 100644 index ae93a3d3bef..00000000000 --- a/contrib/qemu/nop-symbols.c +++ /dev/null @@ -1,12 +0,0 @@ -int notifier_with_return_list_init () { return 0; } -int notifier_with_return_list_notify () { return 0; } -int notifier_with_return_list_add () { return 0; } -int notifier_list_init () { return 0; } -int notifier_list_notify () { return 0; } -int notifier_list_add () { return 0; } -int monitor_protocol_event () { return 0; } -int block_job_cancel_sync () { return 0; } -int block_job_iostatus_reset () { return 0; } -int vm_stop () { return 0; } -int qemu_get_aio_context () { return 0; } - |