diff options
Diffstat (limited to 'aio-win32.c')
-rw-r--r-- | aio-win32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/aio-win32.c b/aio-win32.c index 4309c161ff..78b2801c51 100644 --- a/aio-win32.c +++ b/aio-win32.c @@ -30,8 +30,7 @@ struct AioHandler { void aio_set_event_notifier(AioContext *ctx, EventNotifier *e, - EventNotifierHandler *io_notify, - AioFlushEventNotifierHandler *io_flush) + EventNotifierHandler *io_notify) { AioHandler *node; |