mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-09 01:28:46 +08:00
branch_tier.cpp
This commit is contained in:
parent
773e611c1e
commit
2781cc1bb4
|
@ -43,7 +43,7 @@ namespace l
|
||||||
load_branch_scan(toml::table const &v_,
|
load_branch_scan(toml::table const &v_,
|
||||||
std::vector<Branch2> &branches_)
|
std::vector<Branch2> &branches_)
|
||||||
{
|
{
|
||||||
assert("not currently supported",0);
|
assert(("not currently supported",0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user