qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 02/48] coroutine: remove unused CoQueue AioContext


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL 02/48] coroutine: remove unused CoQueue AioContext
Date: Fri, 6 Dec 2013 17:36:01 +0100

From: Marc-André Lureau <address@hidden>

The AioContext ctx field is apparently unused in qemu codebase since
02ffb504485.

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]