removed invariant check that can get triggered in peer_connection::snub_peer

This commit is contained in:
Arvid Norberg 2008-07-13 08:06:24 +00:00
parent 8fd33d65f1
commit 5bf38323c1
1 changed files with 0 additions and 2 deletions

View File

@ -1912,8 +1912,6 @@ namespace libtorrent
std::vector<int> const& peer_connection::allowed_fast()
{
INVARIANT_CHECK;
boost::shared_ptr<torrent> t = m_torrent.lock();
TORRENT_ASSERT(t);