Skip to content

Commit 9f0bf51

Browse files
authored
Merge pull request #227 from jachiang/version3
Dead code in p2p test.
2 parents 6e2a371 + 4fb4988 commit 9f0bf51

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/p2p.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ BOOST_AUTO_TEST_CASE(p2p__subscribe__started_stop__service_stopped)
390390
p2p network(configuration);
391391
BOOST_REQUIRE_EQUAL(start_result(network), error::success);
392392

393-
std::promise<code> promise;
394393
const auto handler = [](code ec, channel::ptr channel)
395394
{
396395
BOOST_REQUIRE(!channel);

0 commit comments

Comments
 (0)