removed duplicate code

This commit is contained in:
Arvid Norberg 2009-02-10 08:55:39 +00:00
parent 0b1a0c5132
commit 2f5604f3c0
1 changed files with 0 additions and 4 deletions

View File

@ -2738,10 +2738,6 @@ namespace libtorrent
}
#endif
// add the newly connected peer to this torrent's peer list
m_connections.insert(boost::get_pointer(c));
m_ses.m_connections.insert(c);
#ifndef BOOST_NO_EXCEPTIONS
try
{