summaryrefslogtreecommitdiff
path: root/hw/9pfs/coth.h
diff options
context:
space:
mode:
authorGreg Kurz <gkurz@linux.vnet.ibm.com>2016-05-03 10:22:00 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2016-05-18 15:04:27 +0300
commitd506dc87b97659f08c65d3bb470b1b7bfd789759 (patch)
tree2732eaf5ea9d68518e5a994864d3da48a46e98eb /hw/9pfs/coth.h
parentcc2324d03dbd098b80cfc482d9d29114db57d975 (diff)
downloadqemu-d506dc87b97659f08c65d3bb470b1b7bfd789759.tar.gz
9p: drop unused declaration from coth.h
Commit "ebac1202c95a virtio-9p: use QEMU thread pool" dropped function v9fs_init_worker_threads. Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/9pfs/coth.h')
-rw-r--r--hw/9pfs/coth.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/9pfs/coth.h b/hw/9pfs/coth.h
index 209fc6a9af..a911cbb165 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);