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-28 20:34:18 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:23 +0300
commit20827eb501a01a5273ed1a23ac5ca6036645b7f5 (patch)
tree84f1109e1dc9365d6fb9d8fe561138808ff380c6 /indexer/index.hpp
parentedeaca1221365843467fa0e05c15290b2e19ad10 (diff)
[search] Removed rank table force generation.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index b4e2ecd5d5..872ebae84f 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -24,10 +24,7 @@
class MwmInfoEx : public MwmInfo
{
public:
- MwmInfoEx() : m_rankTableCtorCalled(false) {}
-
unique_ptr<feature::FeaturesOffsetsTable> m_table;
- bool m_rankTableCtorCalled;
};
class MwmValue : public MwmSet::MwmValueBase