Skip to content

Commit 9f293b1

Browse files
author
me
committed
removed unused variable
1 parent 23a6490 commit 9f293b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/unit_tests/async.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ TEST_SUITE("[ASYNC]")
313313

314314
const auto run_client = [&](yield_context yield)
315315
{
316-
constexpr bool is_server{false};
317316
boost::asio::async_connect(client.lowest_layer(), resolver.async_resolve("localhost", "6667", yield), yield);
318317
http::async_ws_handshake(client, "localhost", "/ws", yield);
319318
http::async_ws_write(client, boost::asio::buffer(data), false, yield);

0 commit comments

Comments
 (0)