From 7fc3dc27ebf816cbff721f2ade4e60a6e80024e1 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 7 Feb 2024 20:04:56 -0600 Subject: [PATCH] func_create_ff.cpp --- src/func_create_ff.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index a4227f70..ff5f3bca 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -92,8 +92,6 @@ Func2::CreateFF::operator()(Branches2 &branches_, fuse_context const *fc = fuse_get_context(); ugid::Set const ugid(fc->uid,fc->gid); - Branches2 b = branches_; - utils::cfg_to_ffi_flags(cfg,fc->pid,ffi_); if(cfg->writeback_cache) utils::tweak_flags_writeback_cache(&ffi_->flags);