From: Marc-André Lureau <marcandre.lur...@gmail.com> The AioContext ctx field is apparently unused in qemu codebase since 02ffb504485.
Signed-off-by: Marc-André Lureau <marcandre.lur...@gmail.com> Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> --- include/block/coroutine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/block/coroutine.h b/include/block/coroutine.h index b122c0c..a1797ae 100644 --- a/include/block/coroutine.h +++ b/include/block/coroutine.h @@ -105,7 +105,6 @@ bool qemu_in_coroutine(void); */ typedef struct CoQueue { QTAILQ_HEAD(, Coroutine) entries; - AioContext *ctx; } CoQueue; /** -- 1.8.4.2