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-01-28 12:54:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:37 +0300
commit819857fdd268d9010b0e7e6ef855cf5c84bd3cb8 (patch)
tree92e17338ebd0bf052e6f6e04fad1b2d9f15f8cfe /indexer/classificator.hpp
parenta7f27f246b6a1285aab6ddfa82c676195e756945 (diff)
[search] Fixed feature types for indexing.
Diffstat (limited to 'indexer/classificator.hpp')
-rw-r--r--indexer/classificator.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indexer/classificator.hpp b/indexer/classificator.hpp
index 66d33c065f..05e156e30c 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -168,11 +168,6 @@ class Classificator : private noncopyable
static ClassifObject * AddV(ClassifObject * parent, string const & key, string const & value);
public:
-
- typedef const char * const Path1T[1];
- typedef const char * const Path2T[2];
- typedef const char * const Path3T[3];
-
Classificator() : m_root("world") {}
ClassifObject * Add(ClassifObject * parent, string const & key, string const & value);