diff --git a/src/func_getattr_ff.cpp b/src/func_getattr_ff.cpp index 5ae2bfa7..55c19c4f 100644 --- a/src/func_getattr_ff.cpp +++ b/src/func_getattr_ff.cpp @@ -19,7 +19,6 @@ Func2::GetattrFF::process(const Branches &branches_, rv = fs::lstat(fullpath.c_str(),st_); if(rv == 0) return 0; - } return 0;