summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/set-fd-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/set-fd-handler.c')
-rw-r--r--qemu/stubs/set-fd-handler.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/qemu/stubs/set-fd-handler.c b/qemu/stubs/set-fd-handler.c
deleted file mode 100644
index 06a5da48f..000000000
--- a/qemu/stubs/set-fd-handler.c
+++ /dev/null
@@ -1,21 +0,0 @@
-#include "qemu/osdep.h"
-#include "qemu-common.h"
-#include "qemu/main-loop.h"
-
-void qemu_set_fd_handler(int fd,
- IOHandler *fd_read,
- IOHandler *fd_write,
- void *opaque)
-{
- abort();
-}
-
-void aio_set_fd_handler(AioContext *ctx,
- int fd,
- bool is_external,
- IOHandler *io_read,
- IOHandler *io_write,
- void *opaque)
-{
- abort();
-}