qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] 9p: drop unused declaration from coth.h


From: Greg Kurz
Subject: [Qemu-trivial] [PATCH] 9p: drop unused declaration from coth.h
Date: Tue, 03 May 2016 10:22:00 +0200
User-agent: StGit/0.17.1-dirty

Commit "ebac1202c95a virtio-9p: use QEMU thread pool" dropped function
v9fs_init_worker_threads.

Signed-off-by: Greg Kurz <address@hidden>
---
 hw/9pfs/coth.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/9pfs/coth.h b/hw/9pfs/coth.h
index 209fc6a9afbc..a911cbb16589 100644
--- a/hw/9pfs/coth.h
+++ b/hw/9pfs/coth.h
@@ -47,7 +47,6 @@
     } while (0)
 
 extern void co_run_in_worker_bh(void *);
-extern int v9fs_init_worker_threads(void);
 extern int v9fs_co_readlink(V9fsPDU *, V9fsPath *, V9fsString *);
 extern int v9fs_co_readdir_r(V9fsPDU *, V9fsFidState *,
                            struct dirent *, struct dirent **result);




reply via email to

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