diff options
Diffstat (limited to 'async.c')
| -rw-r--r-- | async.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/async.c b/async.c index 3f0e8f367c..41ae0c1195 100644 --- a/async.c +++ b/async.c @@ -215,8 +215,3 @@ void aio_context_unref(AioContext *ctx) { g_source_unref(&ctx->source); } - -void aio_flush(AioContext *ctx) -{ - while (aio_poll(ctx, true)); -} |