aboutsummaryrefslogtreecommitdiff
path: root/stubs
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2015-06-04 14:45:19 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2015-06-12 13:26:21 +0100
commit6484e422479c93f28e3f8a68258b0eacd3b31e6d (patch)
tree3ffde15912aedf4f948ad8cbe7b2f0b3577e77f8 /stubs
parent82e1cc4bf91a2e1c3b62297b10b0ab1d93adfc45 (diff)
main-loop: Drop qemu_set_fd_handler2
All users are converted to qemu_set_fd_handler now, drop qemu_set_fd_handler2 and IOHandlerRecord.fd_read_poll. Signed-off-by: Fam Zheng <famz@redhat.com> Message-id: 1433400324-7358-9-git-send-email-famz@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'stubs')
-rw-r--r--stubs/set-fd-handler.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/stubs/set-fd-handler.c b/stubs/set-fd-handler.c
index 25cca8c433..a895e623f8 100644
--- a/stubs/set-fd-handler.c
+++ b/stubs/set-fd-handler.c
@@ -8,12 +8,3 @@ int qemu_set_fd_handler(int fd,
{
abort();
}
-
-int qemu_set_fd_handler2(int fd,
- IOCanReadHandler *fd_read_poll,
- IOHandler *fd_read,
- IOHandler *fd_write,
- void *opaque)
-{
- abort();
-}