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 'storage/storage_tests/helpers.cpp')
-rw-r--r--storage/storage_tests/helpers.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/storage_tests/helpers.cpp b/storage/storage_tests/helpers.cpp
index 87e17e1828..47eeeefb79 100644
--- a/storage/storage_tests/helpers.cpp
+++ b/storage/storage_tests/helpers.cpp
@@ -10,11 +10,6 @@
namespace storage
{
-std::unique_ptr<CountryInfoGetter> CreateCountryInfoGetterObsolete()
-{
- return CountryInfoReader::CreateCountryInfoReaderObsolete(GetPlatform());
-}
-
std::unique_ptr<storage::CountryInfoGetter> CreateCountryInfoGetter()
{
return CountryInfoReader::CreateCountryInfoReader(GetPlatform());