mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-17 09:12:45 +08:00
branches2.cpp
This commit is contained in:
parent
72fe28bafb
commit
737a694adf
|
@ -28,13 +28,9 @@ Branches2::copy_enabled_rw(Branches2 &b_) const
|
|||
{
|
||||
if(b_._branches.size() < _branches.size())
|
||||
b_._branches.resize(_branches.size());
|
||||
|
||||
for(auto &bt : )
|
||||
{
|
||||
BranchTier newbt;
|
||||
|
||||
bt.copy_enabled_rw(newbt);
|
||||
}
|
||||
for(int i = 0; i < _branches.size(); i++)
|
||||
_branches[i].copy_enabled_rw(b_._branches[i]);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue
Block a user