diff options
Diffstat (limited to 'hw/9pfs/coth.h')
-rw-r--r-- | hw/9pfs/coth.h | 1 |
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); |