mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-09 01:54:00 +08:00
branch2.cpp
This commit is contained in:
parent
18635d489a
commit
90f41c7075
|
@ -18,5 +18,4 @@ Branch2::Branch2(toml::value const &v_)
|
|||
mode = Mode::_from_string(toml::find<std::string>(v_,"mode").c_str());
|
||||
min_free_space = 0;
|
||||
path = toml::find<std::string>(v_,"path");
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user