some warning fixes and cleanup

This commit is contained in:
Arvid Norberg
2011-02-24 04:25:35 +00:00
parent 8293543862
commit ca106ca4e0
14 changed files with 54 additions and 51 deletions

View File

@@ -1902,7 +1902,6 @@ namespace aux {
if (!m_listen_sockets.empty())
{
error_code ec;
tcp::endpoint local = m_listen_sockets.front().sock->local_endpoint(ec);
if (!ec)
{