From 117222c2068aa783263722a65b76f8c95d432143 Mon Sep 17 00:00:00 2001 From: vng Date: Fri, 29 Jun 2012 17:09:24 -0700 Subject: [downloader] Handle exceptions correctly in downloader for FileWriter manipulations. --- platform/chunks_download_strategy.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/chunks_download_strategy.cpp') diff --git a/platform/chunks_download_strategy.cpp b/platform/chunks_download_strategy.cpp index 6e24acb73b..b6cd42f79d 100644 --- a/platform/chunks_download_strategy.cpp +++ b/platform/chunks_download_strategy.cpp @@ -23,7 +23,6 @@ ChunksDownloadStrategy::GetChunk(RangeT const & range) { vector::iterator i = lower_bound(m_chunks.begin(), m_chunks.end(), range.first, LessChunks()); - // find server which was downloading this chunk if (i != m_chunks.end() && i->m_pos == range.first) { ASSERT_EQUAL ( (i+1)->m_pos, range.second + 1, () ); -- cgit v1.2.3