We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e2a371 + 4fb4988 commit 9f0bf51Copy full SHA for 9f0bf51
1 file changed
test/p2p.cpp
@@ -390,7 +390,6 @@ BOOST_AUTO_TEST_CASE(p2p__subscribe__started_stop__service_stopped)
390
p2p network(configuration);
391
BOOST_REQUIRE_EQUAL(start_result(network), error::success);
392
393
- std::promise<code> promise;
394
const auto handler = [](code ec, channel::ptr channel)
395
{
396
BOOST_REQUIRE(!channel);
0 commit comments