diff options
Diffstat (limited to 'util/async.c')
| -rw-r--r-- | util/async.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/async.c b/util/async.c index 47e3d35a26..863416dee9 100644 --- a/util/async.c +++ b/util/async.c @@ -609,7 +609,6 @@ AioContext *aio_context_new(Error **errp) qemu_rec_mutex_init(&ctx->lock); timerlistgroup_init(&ctx->tlg, aio_timerlist_notify, ctx); - ctx->poll_ns = 0; ctx->poll_max_ns = 0; ctx->poll_grow = 0; ctx->poll_shrink = 0; |