From 95b2153823268448c32f421b30a74c2137b79e37 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 13:23:14 -0600 Subject: [PATCH] fuse_readdir_seq_getdents.icpp --- src/fuse_readdir_seq_getdents.icpp | 1 - 1 file changed, 1 deletion(-) 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];