branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-01 23:29:40 -06:00
parent 16155c2431
commit 1d2672314b

View File

@ -43,7 +43,6 @@ namespace l
load_branch_scan(toml::table const &v_,
std::vector<Branch2> &branches_)
{
printf("foo\n");
assert("not currently supported" == NULL);
}
}