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:
authorYuri Gorshenin <y@maps.me>2015-09-07 16:09:01 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:14 +0300
commit0d8c0de484edb86b8cb8217b32f55fb85f6321c7 (patch)
tree19aca6927bb355a302b7345c1413bd9950d9ced1 /indexer/mwm_set.hpp
parent00001c40c29c86975c798e54f7b133f542b7d29f (diff)
Removed references to TrieValue::m_rank.
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index 45a44914e9..9c5c4770b1 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -218,7 +218,6 @@ public:
}
protected:
- /// @return True when file format version was successfully read to MwmInfo.
virtual unique_ptr<MwmInfo> CreateInfo(platform::LocalCountryFile const & localFile) const = 0;
virtual unique_ptr<MwmValueBase> CreateValue(MwmInfo & info) const = 0;