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);