mirror of
https://github.com/monero-project/monero.git
synced 2025-06-04 19:48:54 -04:00
Removed a lot of unnecessary includes
This commit is contained in:
parent
8534f71eed
commit
bd98e99c80
39 changed files with 38 additions and 168 deletions
|
@ -294,7 +294,7 @@ TEST_F(positive_test_connection_to_levin_protocol_handler_calls, handler_initial
|
|||
TEST_F(positive_test_connection_to_levin_protocol_handler_calls, concurent_handler_initialization_and_destruction_is_correct)
|
||||
{
|
||||
const size_t connection_count = 10000;
|
||||
auto create_and_destroy_connections = [this, connection_count]()
|
||||
auto create_and_destroy_connections = [this]()
|
||||
{
|
||||
std::vector<test_connection_ptr> connections(connection_count);
|
||||
for (size_t i = 0; i < connection_count; ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue