aboutsummaryrefslogtreecommitdiff
path: root/stubs/set-fd-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/set-fd-handler.c')
-rw-r--r--stubs/set-fd-handler.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/stubs/set-fd-handler.c b/stubs/set-fd-handler.c
deleted file mode 100644
index bff7e0a45a..0000000000
--- a/stubs/set-fd-handler.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "qemu/osdep.h"
-#include "qemu/main-loop.h"
-
-void qemu_set_fd_handler(int fd,
- IOHandler *fd_read,
- IOHandler *fd_write,
- void *opaque)
-{
- abort();
-}