From 1a0d33a5924ef8453248c531acee420bb90f6fc4 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 11 May 2010 05:11:08 +0000 Subject: [PATCH] reverted mistake --- src/peer_connection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp index cca2d5cae..f2bfbd772 100644 --- a/src/peer_connection.cpp +++ b/src/peer_connection.cpp @@ -5103,7 +5103,6 @@ namespace libtorrent int picker_count = t->picker().num_peers(b); if (!t->picker().is_downloaded(b)) TORRENT_ASSERT(picker_count == count); -#error when this assert fails, picker_count equals count_with_timeouts, but count is less } } #ifdef TORRENT_EXPENSIVE_INVARIANT_CHECKS