diff --git a/src/mergerfs_api.cpp b/src/mergerfs_api.cpp index f3957384..663e4b2a 100644 --- a/src/mergerfs_api.cpp +++ b/src/mergerfs_api.cpp @@ -20,20 +20,6 @@ _mergerfs_config_file(const fs::path &mount_) return mount_ / ".mergerfs"; } -static -int -_lgetxattr(const std::string &input_path_, - const std::string &key_, - std::string *val_) -{ - std::string key; - - key = "user.mergerfs." + key_; - - return fs::xattr::get(input_path_,key,val_); -} - - bool mergerfs::api::is_mergerfs(const fs::path &mountpoint_) {