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>2017-12-18 15:54:27 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-12-19 16:28:12 +0300
commit9d7092946ad908e4e75aaf05ce50a6e81ffcdccf (patch)
treebca31a5b5ce7d5bdb8d89d04fb8c0889c56339b8 /local_ads/local_ads_tests/statistics_tests.cpp
parent70090735f71838be7bd92656959b502af7f1f83b (diff)
[local_ads][user] reduced number of threads
Diffstat (limited to 'local_ads/local_ads_tests/statistics_tests.cpp')
-rw-r--r--local_ads/local_ads_tests/statistics_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/local_ads/local_ads_tests/statistics_tests.cpp b/local_ads/local_ads_tests/statistics_tests.cpp
index f79fa0b0dc..efe791a04a 100644
--- a/local_ads/local_ads_tests/statistics_tests.cpp
+++ b/local_ads/local_ads_tests/statistics_tests.cpp
@@ -12,7 +12,6 @@ public:
StatisticsGuard(local_ads::Statistics & statistics) : m_statistics(statistics) {}
~StatisticsGuard()
{
- m_statistics.Teardown();
m_statistics.CleanupAfterTesting();
}