From f0cd0c152c113d379077179ccb3f41df8be9bbf8 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 14 Oct 2008 03:01:19 +0000 Subject: [PATCH] removed incorrect assert from recent check-in --- src/peer_connection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp index 703164307..564d077c2 100644 --- a/src/peer_connection.cpp +++ b/src/peer_connection.cpp @@ -280,7 +280,6 @@ namespace libtorrent bool peer_connection::unchoke_compare(boost::intrusive_ptr const& p) const { TORRENT_ASSERT(p); - TORRENT_ASSERT(this != p); peer_connection const& rhs = *p; // first compare how many bytes they've sent us