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

@@ -103,7 +103,7 @@ const char* wstringtofilename(const std::wstring& name) {
assert(name.length() < 256);
for (unsigned int i = 0; i < name.length(); i++) {
wchar_t c = name[i];
#if 0 || 0 || defined __linux__
#if defined(__linux__)
if (c == '\\') c = '/';
#else
if (c == '/') c = '\\';