removed incorrect assert from recent check-in

This commit is contained in:
Arvid Norberg 2008-10-14 03:01:19 +00:00
parent b8f58f149e
commit f0cd0c152c
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ namespace libtorrent
bool peer_connection::unchoke_compare(boost::intrusive_ptr<peer_connection const> const& p) const
{
TORRENT_ASSERT(p);
TORRENT_ASSERT(this != p);
peer_connection const& rhs = *p;
// first compare how many bytes they've sent us