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-02-19 13:17:25 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:22:55 +0300
commitb9259d0b2b92dd30a59affd8702f9bb2148159aa (patch)
treeac65125966590250c8fa5701b61888288ad7466e /storage/index.hpp
parent6d9c7250fc74be6013a530c63b0ffb79c15b3ee7 (diff)
[new downloader] Review fixes.
Diffstat (limited to 'storage/index.hpp')
-rw-r--r--storage/index.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/index.hpp b/storage/index.hpp
index bee00beda0..a441874c4f 100644
--- a/storage/index.hpp
+++ b/storage/index.hpp
@@ -10,7 +10,6 @@ namespace storage
using TCountryId = string;
using TCountriesSet = set<TCountryId>;
using TCountriesVec = vector<TCountryId>;
-using TCountriesUnorderedSet = unordered_set<TCountryId>;
extern const storage::TCountryId kInvalidCountryId;