Remove unused fuse_worker bufsize (#590)
authorHookey <Hookey@users.noreply.github.com>
Mon, 12 Apr 2021 10:08:50 +0000 (18:08 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 10:08:50 +0000 (11:08 +0100)
Not used since https://github.com/libfuse/libfuse/commit/561d7054d856eea6c2d634093546d6af773dada9

lib/fuse_loop_mt.c

index 71be15daea39b0e229340d8bef2b8380cd1268b8..8fcc46cc7195a935c981683f753ae1bb5d07ac03 100644 (file)
@@ -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().