mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 06:18:15 +08:00
branch2.cpp
This commit is contained in:
parent
6e708532b5
commit
d92b3fd5bf
|
@ -19,11 +19,11 @@ Branch2::Branch2()
|
|||
}
|
||||
|
||||
Branch2::Branch2(Branch2 &v_)
|
||||
// : enabled(v_.enabled),
|
||||
// mode(v_.mode),
|
||||
// min_free_space(v_.min_free_space),
|
||||
// fd(v_.fd),
|
||||
// path(v_.path)
|
||||
: enabled(v_.enabled),
|
||||
mode(v_.mode),
|
||||
min_free_space(v_.min_free_space),
|
||||
fd(v_.fd),
|
||||
path(v_.path)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user