9p: drop unused declaration from coth.h
authorGreg Kurz <gkurz@linux.vnet.ibm.com>
Tue, 3 May 2016 08:22:00 +0000 (10:22 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 18 May 2016 12:04:27 +0000 (15:04 +0300)
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>
hw/9pfs/coth.h

index 209fc6a9afbcfb97b4571306c1c267215cbcb39e..a911cbb16589ed983390771f31ae431ed72d1dc8 100644 (file)
@@ -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);