Main(): don't call Process::InitializeSpawnHelper()

This commit is contained in:
Alexander A. Klimov 2019-11-04 17:30:28 +01:00
parent d81c15ca2f
commit 1a99b3eeb3
1 changed files with 0 additions and 2 deletions

View File

@ -639,8 +639,6 @@ static int Main()
}
}
}
Process::InitializeSpawnHelper();
#endif /* _WIN32 */
std::vector<std::string> args;