]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/set-fd-handler.c
block: move AioContext, QEMUTimer, main-loop to libqemuutil
[mirror_qemu.git] / stubs / set-fd-handler.c
index acbe65c1da7f94e0802467467acf11d0b6d975f4..26965de4c36fb0875070a3a8f03827464f151141 100644 (file)
@@ -9,14 +9,3 @@ void qemu_set_fd_handler(int fd,
 {
     abort();
 }
-
-void aio_set_fd_handler(AioContext *ctx,
-                        int fd,
-                        bool is_external,
-                        IOHandler *io_read,
-                        IOHandler *io_write,
-                        AioPollFn *io_poll,
-                        void *opaque)
-{
-    abort();
-}