summaryrefslogtreecommitdiff
path: root/qemu-aio.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-09-24 15:11:48 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-10-30 09:30:54 +0100
commit22bfa75eafc21522afbb265091faa9cc0649e9fb (patch)
tree43aca4008b8b68b98c997469e0b3ef8d9be8331c /qemu-aio.h
parent4c8d0d27676778febad3802a95218d5ceaca171e (diff)
downloadqemu-22bfa75eafc21522afbb265091faa9cc0649e9fb.tar.gz
aio: clean up now-unused functions
Some cleanups can now be made, now that the main loop does not anymore need hooks into the bottom half code. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-aio.h')
-rw-r--r--qemu-aio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-aio.h b/qemu-aio.h
index 2354617ed1..1b7eb6ef5b 100644
--- a/qemu-aio.h
+++ b/qemu-aio.h
@@ -125,7 +125,6 @@ void aio_notify(AioContext *ctx);
* These are internal functions used by the QEMU main loop.
*/
int aio_bh_poll(AioContext *ctx);
-void aio_bh_update_timeout(AioContext *ctx, uint32_t *timeout);
/**
* qemu_bh_schedule: Schedule a bottom half.