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>2011-10-16 15:07:05 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:06 +0300
commitb5f74708130267036f4097f098eada2902957548 (patch)
tree8984713833e7d8623acad34eb211b815644c2e4a /indexer/classificator_loader.hpp
parent99390c215a13fcf6ec4a9c3e1560fa1d1aef14c8 (diff)
Minor fixes.
Diffstat (limited to 'indexer/classificator_loader.hpp')
-rw-r--r--indexer/classificator_loader.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indexer/classificator_loader.hpp b/indexer/classificator_loader.hpp
index 8b14dbb531..4dea155150 100644
--- a/indexer/classificator_loader.hpp
+++ b/indexer/classificator_loader.hpp
@@ -14,7 +14,4 @@ namespace classificator
ReaderType const & visibility,
ReaderType const & types);
void ReadVisibility(string const & fPath);
-
- /// This function used only in unit test to get any valid type value for feature testing.
- uint32_t GetTestDefaultType();
}