Skip to content
Snippets Groups Projects
Commit 7e7359ff authored by Adrien Béraud's avatar Adrien Béraud Committed by Adrien Béraud
Browse files

tools/benchmark: cleanup

Change-Id: I92484bcccf2c1417227362d2d3884ed434d6155b
parent efb32d59
Branches
No related tags found
No related merge requests found
......@@ -40,7 +40,6 @@ setupHandler(const std::string& name,
h->id = dht::crypto::generateIdentity(name, ca);
h->logger = logger;
h->certStore = std::make_shared<tls::CertificateStore>(name, h->logger);
h->ioContext = std::make_shared<asio::io_context>();
h->ioContext = ioContext;
h->ioContextRunner = ioContextRunner;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment