diff --git a/src/fuse_readdir_seq_getdents.icpp b/src/fuse_readdir_seq_getdents.icpp index 2a1ad36f..1cd6c4bd 100644 --- a/src/fuse_readdir_seq_getdents.icpp +++ b/src/fuse_readdir_seq_getdents.icpp @@ -32,7 +32,6 @@ _readdir(const Branches::Ptr &branches_, rel_filepath = rel_dirpath_ / "dummy"; for(size_t i = 0; i < branches_->size(); i++) - for(const auto &branch : *branches_) { const auto fd = fds_[i]; const auto &branch = *(branches_)[i];