From 6eeef4477a8588f44a15458ab560c68d373d1033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 21 Feb 2023 16:47:53 +0400 Subject: aio: make aio_set_fd_poll() static to aio-posix.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Reviewed-by: Stefan Berger Message-Id: <20230221124802.4103554-9-marcandre.lureau@redhat.com> --- util/aio-win32.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'util/aio-win32.c') diff --git a/util/aio-win32.c b/util/aio-win32.c index be5136e..74d63fa 100644 --- a/util/aio-win32.c +++ b/util/aio-win32.c @@ -125,13 +125,6 @@ void aio_set_fd_handler(AioContext *ctx, aio_notify(ctx); } -void aio_set_fd_poll(AioContext *ctx, int fd, - IOHandler *io_poll_begin, - IOHandler *io_poll_end) -{ - /* Not implemented */ -} - void aio_set_event_notifier(AioContext *ctx, EventNotifier *e, bool is_external, -- cgit v1.1