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-11 17:07:34 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:04 +0300
commitaca026daca9853ea5a629fc4ba4cc46483057cf2 (patch)
treeb1559878100074e372b622a814c0b9cb29aa1b78 /indexer/feature_data.cpp
parent4b893fbe6ab98abaedf66dc10b368be7cda8b08a (diff)
[generator] Skip empty address data for search additional information.
Diffstat (limited to 'indexer/feature_data.cpp')
-rw-r--r--indexer/feature_data.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/feature_data.cpp b/indexer/feature_data.cpp
index c286e4bf6f..7292dc4109 100644
--- a/indexer/feature_data.cpp
+++ b/indexer/feature_data.cpp
@@ -200,7 +200,6 @@ bool FeatureParams::AddHouseName(string const & s)
return false;
}
-
bool FeatureParams::AddHouseNumber(string const & ss)
{
if (!feature::IsHouseNumber(ss))