From: Hookey Date: Mon, 12 Apr 2021 10:08:50 +0000 (+0800) Subject: Remove unused fuse_worker bufsize (#590) X-Git-Tag: fuse-3.10.3~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=02eb082aea9cfdbf556fe0c89a87f3a8b877f312;p=qemu-gpiodev%2Flibfuse.git Remove unused fuse_worker bufsize (#590) Not used since https://github.com/libfuse/libfuse/commit/561d7054d856eea6c2d634093546d6af773dada9 --- diff --git a/lib/fuse_loop_mt.c b/lib/fuse_loop_mt.c index 71be15d..8fcc46c 100644 --- a/lib/fuse_loop_mt.c +++ b/lib/fuse_loop_mt.c @@ -32,7 +32,6 @@ struct fuse_worker { struct fuse_worker *prev; struct fuse_worker *next; pthread_t thread_id; - size_t bufsize; // We need to include fuse_buf so that we can properly free // it when a thread is terminated by pthread_cancel().