forked from premiere/premiere-libtorrent
removed duplicate code
This commit is contained in:
parent
0b1a0c5132
commit
2f5604f3c0
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue