We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2a371 commit 4fb4988Copy full SHA for 4fb4988
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