mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-17 03:52:44 +08:00
branch2.cpp
This commit is contained in:
parent
00e8eab0ef
commit
94ce78e406
|
@ -59,7 +59,6 @@ Branch2::~Branch2()
|
|||
Branch2&
|
||||
Branch2::operator=(Branch2 const &b_)
|
||||
{
|
||||
enabled = b_.enabled;
|
||||
mode = b_.mode;
|
||||
min_free_space = b_.min_free_space;
|
||||
path = b_.path;
|
||||
|
|
Loading…
Reference in New Issue
Block a user