From f287c41381efe172ff5dc62498e2afc83a9ab995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Sun, 1 Dec 2013 22:23:34 +0100 Subject: coroutine: remove qemu_co_queue_wait_insert_head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qemu_co_queue_wait_insert_head() is unused in qemu code base now. Signed-off-by: Marc-André Lureau Signed-off-by: Stefan Hajnoczi --- include/block/coroutine.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/block/coroutine.h b/include/block/coroutine.h index 4d5c0cfdd7..b122c0c4fb 100644 --- a/include/block/coroutine.h +++ b/include/block/coroutine.h @@ -120,12 +120,6 @@ void qemu_co_queue_init(CoQueue *queue); */ void coroutine_fn qemu_co_queue_wait(CoQueue *queue); -/** - * Adds the current coroutine to the head of the CoQueue and transfers control to the - * caller of the coroutine. - */ -void coroutine_fn qemu_co_queue_wait_insert_head(CoQueue *queue); - /** * Restarts the next coroutine in the CoQueue and removes it from the queue. * -- cgit v1.2.1