cleanup: flatten dead branches in world io level network and stats

This commit is contained in:
MatthewBeshay
2026-03-26 20:53:52 +11:00
parent 12ff12a263
commit 8d3c504ee6
93 changed files with 274 additions and 3246 deletions

View File

@@ -39,12 +39,7 @@ Stat* Stat::postConstruct() {
Stats::all->push_back(this);
std::pair<int, Stat*> id1(id, this);
#if 0
Stats::statsById->emplace(id1); // assert(0); // MGH - TODO - FIX - find
// out where this move function comes from
#else
Stats::statsById->emplace(std::move(id1));
#endif // 0
return this;
}