From: Greg Kurz Date: Tue, 3 May 2016 08:22:00 +0000 (+0200) Subject: 9p: drop unused declaration from coth.h X-Git-Tag: v2.7.0-rc0~181^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d506dc87b97659f08c65d3bb470b1b7bfd789759;p=thirdparty%2Fqemu.git 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 Signed-off-by: Michael Tokarev --- diff --git a/hw/9pfs/coth.h b/hw/9pfs/coth.h index 209fc6a9afb..a911cbb1658 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);