diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/async.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/util/async.c b/util/async.c index dfd44ef..4605290 100644 --- a/util/async.c +++ b/util/async.c @@ -719,16 +719,6 @@ void aio_context_unref(AioContext *ctx) g_source_unref(&ctx->source); } -void aio_context_acquire(AioContext *ctx) -{ - /* TODO remove this function */ -} - -void aio_context_release(AioContext *ctx) -{ - /* TODO remove this function */ -} - QEMU_DEFINE_STATIC_CO_TLS(AioContext *, my_aiocontext) AioContext *qemu_get_current_aio_context(void) |