remove invalid assert

This commit is contained in:
Arvid Norberg 2012-01-22 21:24:51 +00:00
parent dcd74c10fe
commit 5fc9224072
1 changed files with 0 additions and 1 deletions

View File

@ -3395,7 +3395,6 @@ namespace libtorrent
{
TORRENT_ASSERT(m_ses.is_network_thread());
TORRENT_ASSERT(m_connecting);
connect_failed(errors::timed_out);
}