From 02eb082aea9cfdbf556fe0c89a87f3a8b877f312 Mon Sep 17 00:00:00 2001 From: Hookey Date: Mon, 12 Apr 2021 18:08:50 +0800 Subject: [PATCH] Remove unused fuse_worker bufsize (#590) Not used since https://github.com/libfuse/libfuse/commit/561d7054d856eea6c2d634093546d6af773dada9 --- lib/fuse_loop_mt.c | 1 - 1 file changed, 1 deletion(-) 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(). -- 2.30.2