Platform test. Removing unused values.

This commit is contained in:
Vladimir Byko-Ianko 2018-10-27 18:55:22 +03:00 committed by Tatiana Yan
parent 833bd37e7e
commit fe4d0e8d85

View file

@ -305,7 +305,6 @@ UNIT_TEST(ChunksDownloadStrategyFAIL)
string const S2 = "UrlOfServer2";
typedef pair<int64_t, int64_t> RangeT;
RangeT const R1(0, 249), R2(250, 499), R3(500, 749), R4(750, 800);
vector<string> servers;
servers.push_back(S1);