From 9ab9941f5e984866525e3fcfebf8e27661fa268a Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Mon, 17 Nov 2014 22:11:02 -0500 Subject: [PATCH] remove unused type --- websocketpp/endpoint.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/websocketpp/endpoint.hpp b/websocketpp/endpoint.hpp index 3bbe9da..87716f0 100644 --- a/websocketpp/endpoint.hpp +++ b/websocketpp/endpoint.hpp @@ -84,8 +84,6 @@ public: // TODO: organize these typedef typename connection_type::termination_handler termination_handler; - typedef lib::shared_ptr hdl_type; - explicit endpoint(bool p_is_server) : m_alog(config::alog_level, log::channel_type_hint::access) , m_elog(config::elog_level, log::channel_type_hint::error)