diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index b4604240..0a2ebb34 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -107,8 +107,6 @@ namespace l StrVec basepaths; thread_local static std::unordered_map cache; - rv = - rv = searchFunc_(branches_,fusepath_,&basepaths); if(rv == -1) return -errno;