diff options
Diffstat (limited to 'include/block/aio.h')
-rw-r--r-- | include/block/aio.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/block/aio.h b/include/block/aio.h index 040b3b181e..8e1885ba58 100644 --- a/include/block/aio.h +++ b/include/block/aio.h @@ -116,9 +116,6 @@ struct AioContext { bool notified; EventNotifier notifier; - /* Scheduling this BH forces the event loop it iterate */ - QEMUBH *notify_dummy_bh; - /* Thread pool for performing work and receiving completion callbacks */ struct ThreadPool *thread_pool; |