From c9b55b277af5503677fe9236a520480c00c1bca1 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 13:24:17 -0600 Subject: [PATCH] mergerfs_api.cpp --- src/mergerfs_api.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/mergerfs_api.cpp b/src/mergerfs_api.cpp index e79745f3..58b80e12 100644 --- a/src/mergerfs_api.cpp +++ b/src/mergerfs_api.cpp @@ -36,15 +36,6 @@ _lgetxattr(const std::string &input_path_, return rv; } -static -int -_lsetxattr(const std::string &input_path_, - const std::string &key_, - const std::string &val_) -{ - return fs::lsetxattr(input_path_,key_,val_.data(),val_.size(),0); -} - bool mergerfs::api::is_mergerfs(const fs::path &mountpoint_) {