Remove unused function in AutoSocket.h

This commit is contained in:
Joe Loser
2018-09-19 22:22:25 -04:00
committed by Nik Bougalis
parent eeb9d92fb0
commit 8dd8433bb6

View File

@@ -153,16 +153,6 @@ public:
{
SSL_set_tlsext_host_name(mSocket->native_handle(), host.c_str());
}
/*
template <typename HandshakeHandler>
BOOST_ASIO_INITFN_RESULT_TYPE(HandshakeHandler,
void (boost::system::error_code))
async_handshake (handshake_type role,
BOOST_ASIO_MOVE_ARG(HandshakeHandler) handler)
{
return async_handshake_cb (role, handler);
}
*/
void async_handshake (handshake_type type, callback cbFunc)
{