Remove no longer necessary WinCmdLineArgs class

This change removes one use case of `std::wstring_convert`, which is
deprecated in C++17 and removed in C++26. Other uses remain for now.
This commit is contained in:
Hennadii Stepanov
2025-05-16 12:24:16 +01:00
parent f366408492
commit 06d0be4e22
6 changed files with 0 additions and 64 deletions

View File

@@ -1328,10 +1328,6 @@ static int CommandLineRPC(int argc, char *argv[])
MAIN_FUNCTION
{
#ifdef WIN32
common::WinCmdLineArgs winArgs;
std::tie(argc, argv) = winArgs.get();
#endif
SetupEnvironment();
if (!SetupNetworking()) {
tfm::format(std::cerr, "Error: Initializing networking failed\n");