From 8dd8433bb67fd8a3611a2468dec00252fffffeee Mon Sep 17 00:00:00 2001 From: Joe Loser Date: Wed, 19 Sep 2018 22:22:25 -0400 Subject: [PATCH] Remove unused function in AutoSocket.h --- src/ripple/net/AutoSocket.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/ripple/net/AutoSocket.h b/src/ripple/net/AutoSocket.h index f2d27e384f..988da3459d 100644 --- a/src/ripple/net/AutoSocket.h +++ b/src/ripple/net/AutoSocket.h @@ -153,16 +153,6 @@ public: { SSL_set_tlsext_host_name(mSocket->native_handle(), host.c_str()); } -/* - template - 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) {