From a93954e624b0e4cd16c2519bc1d4940339e276b8 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 13 Oct 2025 20:12:30 -0500 Subject: [PATCH] fuse.cpp --- libfuse/lib/fuse.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libfuse/lib/fuse.cpp b/libfuse/lib/fuse.cpp index 022cd35d..f38a393f 100644 --- a/libfuse/lib/fuse.cpp +++ b/libfuse/lib/fuse.cpp @@ -71,13 +71,11 @@ static int g_LOG_METRICS = 0; struct fuse_config { - unsigned int gid; unsigned int umask; int remember; int debug; int nogc; int set_mode; - int set_gid; int help; };