Fixed data race

pull/206/head
SChernykh 2022-08-06 11:15:09 +02:00
parent fc81fa8745
commit ea6a19a260
1 changed files with 0 additions and 2 deletions

View File

@ -76,8 +76,6 @@ ConsoleCommands::ConsoleCommands(p2pool* pool)
LOGERR(1, "failed to start event loop thread, error " << uv_err_name(err));
throw std::exception();
}
m_command.reserve(64);
}
ConsoleCommands::~ConsoleCommands()