Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2019-10-10 12:18:06 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-10-14 13:56:58 +0300
commit5a18ee19bbd70f2828be5668d4d41dfb6c1c2a6a (patch)
tree90bab6ee2b76dc4aa910546969cbbf7be1a31597 /routing
parentf8371a5a0076f8808ad1fdaabb6ecd30fb79c417 (diff)
[core] got rid of mwm migration and support of two component mwms
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_integration_tests/routing_test_tools.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/routing/routing_integration_tests/routing_test_tools.cpp b/routing/routing_integration_tests/routing_test_tools.cpp
index fbaf3ec91a..b4a1586a55 100644
--- a/routing/routing_integration_tests/routing_test_tools.cpp
+++ b/routing/routing_integration_tests/routing_test_tools.cpp
@@ -132,7 +132,6 @@ void GetAllLocalFiles(vector<LocalCountryFile> & localFiles)
if (options.m_resourcePath)
pl.SetResourceDir(options.m_resourcePath);
- platform::migrate::SetMigrationFlag();
platform::FindAllLocalMapsAndCleanup(numeric_limits<int64_t>::max() /* latestVersion */,
localFiles);
for (auto & file : localFiles)