fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-04-12 11:18:08 -05:00
parent ed7fcef959
commit 9e54b35dfa
-1
View File
@@ -329,7 +329,6 @@ namespace FUSE
open(const char *fusepath_,
fuse_file_info_t *ffi_)
{
std::mutex *m = nullptr;
PTInfo *pti;
pti = PassthroughStuff::get_pti(fusepath_);