diff options
Diffstat (limited to 'aio.c')
-rw-r--r-- | aio.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -18,8 +18,6 @@ #include "qemu-queue.h" #include "qemu_socket.h" -typedef struct AioHandler AioHandler; - /* The list of registered AIO handlers */ static QLIST_HEAD(, AioHandler) aio_handlers; |