|
|
@ -32,7 +32,6 @@ _readdir(const Branches::Ptr &branches_, |
|
|
|
|
|
|
|
|
rel_filepath = rel_dirpath_ / "dummy"; |
|
|
rel_filepath = rel_dirpath_ / "dummy"; |
|
|
for(size_t i = 0; i < branches_->size(); i++) |
|
|
for(size_t i = 0; i < branches_->size(); i++) |
|
|
for(const auto &branch : *branches_) |
|
|
|
|
|
{ |
|
|
{ |
|
|
const auto fd = fds_[i]; |
|
|
const auto fd = fds_[i]; |
|
|
const auto &branch = *(branches_)[i]; |
|
|
const auto &branch = *(branches_)[i]; |
|
|
|