From fe4d0e8d859bf8ba9d28b3666890a3990c14ed4f Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Sat, 27 Oct 2018 18:55:22 +0300 Subject: [PATCH] Platform test. Removing unused values. --- platform/platform_tests/downloader_tests/downloader_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/platform_tests/downloader_tests/downloader_test.cpp b/platform/platform_tests/downloader_tests/downloader_test.cpp index 796c3b372c..225114df5f 100644 --- a/platform/platform_tests/downloader_tests/downloader_test.cpp +++ b/platform/platform_tests/downloader_tests/downloader_test.cpp @@ -305,7 +305,6 @@ UNIT_TEST(ChunksDownloadStrategyFAIL) string const S2 = "UrlOfServer2"; typedef pair RangeT; - RangeT const R1(0, 249), R2(250, 499), R3(500, 749), R4(750, 800); vector servers; servers.push_back(S1);