From ee071dcece027cf41f59be30c176c202007a8894 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 8 Sep 2008 05:24:49 +0000 Subject: [PATCH] Fix building when not using debug build --- libtorrent/src/torrent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtorrent/src/torrent.cpp b/libtorrent/src/torrent.cpp index b5c43d918..0abcafc4b 100755 --- a/libtorrent/src/torrent.cpp +++ b/libtorrent/src/torrent.cpp @@ -754,13 +754,13 @@ namespace libtorrent m_progress = j.piece / float(torrent_file().num_pieces()); - m_picker->check_invariant(); + //m_picker->check_invariant(); TORRENT_ASSERT(m_picker); if (j.offset >= 0 && !m_picker->have_piece(j.offset)) m_picker->we_have(j.offset); - m_picker->check_invariant(); + //m_picker->check_invariant(); // we're not done checking yet // this handler will be called repeatedly until