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:
authorvng <viktor.govako@gmail.com>2015-12-04 20:33:31 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:59 +0300
commit317e54ab90a15e8b0463dd38a725bf9c1bcdd033 (patch)
tree62df51013775d929bd8b75388b0dd9fc43709243 /indexer/features_vector.hpp
parent83690aa414831f2ea6e1035c67b9734bb0a7a060 (diff)
[generator][search] Generate address table in mwm section.
Diffstat (limited to 'indexer/features_vector.hpp')
-rw-r--r--indexer/features_vector.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indexer/features_vector.hpp b/indexer/features_vector.hpp
index 9a1b350d49..be38523a73 100644
--- a/indexer/features_vector.hpp
+++ b/indexer/features_vector.hpp
@@ -68,8 +68,4 @@ public:
feature::DataHeader const & GetHeader() const { return m_header; }
FeaturesVector const & GetVector() const { return m_vector; }
-
- FilesContainerR::ReaderT GetReader(string const & tag) const { return m_cont.GetReader(tag); }
-
- string const & GetFilePath() const { return m_cont.GetFileName(); }
};