diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 3240b737..8ac97f02 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -351,16 +351,5 @@ namespace FUSE return open_passthrough(fusepath_,ffi_); return open_regular(fusepath_,ffi_); - - PTInfo *pti; - - pti = PassthroughStuff::get_pti(fusepath_); - - fmt::print("ptr {}\n",(void*)pti); - const std::lock_guard lock(pti->mutex); - fmt::print("locked {}\n",fusepath_); - sleep(10); - - return 0; } }