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:
Diffstat (limited to 'routing/routing_integration_tests/routing_test_tools.cpp')
-rw-r--r--routing/routing_integration_tests/routing_test_tools.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/routing/routing_integration_tests/routing_test_tools.cpp b/routing/routing_integration_tests/routing_test_tools.cpp
index 05b8df7a60..2e205b39c3 100644
--- a/routing/routing_integration_tests/routing_test_tools.cpp
+++ b/routing/routing_integration_tests/routing_test_tools.cpp
@@ -297,9 +297,7 @@ namespace integration
{
return routerComponents.GetCountryInfoGetter().GetRegionCountryId(p);
};
- auto localFileChecker =
- [&routerComponents](string const & /* countryFile */) -> bool
- {
+ auto localFileChecker = [](string const & /* countryFile */) -> bool {
// Always returns that the file is absent.
return false;
};