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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-03-18 17:40:51 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:57:04 +0300
commite6c48fc88726d23b5d5d46390cc8ba231d2fffe9 (patch)
tree21a8391099bb241f458d9c429d843ee53a8a4414 /storage/storage.hpp
parentab5053301714162473994bbc66daaaff85dfefab (diff)
[new downloader] Moving maps with error status to downloaded section of downloader.
Diffstat (limited to 'storage/storage.hpp')
-rw-r--r--storage/storage.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/storage.hpp b/storage/storage.hpp
index cd682a0afc..3efc7a3f3b 100644
--- a/storage/storage.hpp
+++ b/storage/storage.hpp
@@ -564,10 +564,6 @@ private:
void GetQueuedCountries(Storage::TQueue const & queue, TCountriesSet & resultCountries);
-/// \returns true if |sortedCountryIds| contains |countryId|.
-/// \note. |sortedCountryIds| should be sorted.
-bool HasCountryId(TCountriesVec const & sortedCountryIds, TCountryId const & countryId);
-
template <class ToDo>
void Storage::ForEachInSubtree(TCountryId const & root, ToDo && toDo) const
{