summaryrefslogtreecommitdiff
path: root/stubs/iohandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/iohandler.c')
-rw-r--r--stubs/iohandler.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/stubs/iohandler.c b/stubs/iohandler.c
deleted file mode 100644
index 22b0ee5b0a..0000000000
--- a/stubs/iohandler.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "qemu/osdep.h"
-#include "qemu-common.h"
-#include "qemu/main-loop.h"
-
-AioContext *iohandler_get_aio_context(void)
-{
- abort();
-}