mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-22 02:14:30 +00:00
Fixed data race
This commit is contained in:
parent
fc81fa8745
commit
ea6a19a260
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue