mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Remove unused failure reporting code
This commit is contained in:
committed by
Klemens Morgenstern
parent
e65aff42f5
commit
fd18cfa242
@ -35,13 +35,6 @@ using tcp = boost::asio::ip::tcp; // from <boost/asio/ip/tcp.hpp>
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// Report a failure
|
||||
void
|
||||
fail(beast::error_code ec, char const* what)
|
||||
{
|
||||
std::cerr << what << ": " << ec.message() << "\n";
|
||||
}
|
||||
|
||||
// Sends a WebSocket message and prints the response
|
||||
net::awaitable<void>
|
||||
do_session(
|
||||
|
Reference in New Issue
Block a user