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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-09-18 14:49:57 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2015-09-23 14:16:46 +0300
commitd028412ec24fbe2a9888952ae4f9bd56f0b990d5 (patch)
treef2421faa82f9253d838fbe35f9aa3b4d02e2e45f /indexer/classificator.cpp
parent2ed83972365ab46dedcd456d088e4b8310fd0e1f (diff)
Kothic: cleanup and improvement
Diffstat (limited to 'indexer/classificator.cpp')
-rw-r--r--indexer/classificator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/classificator.cpp b/indexer/classificator.cpp
index a1dbc11fb4..fff10dcd0b 100644
--- a/indexer/classificator.cpp
+++ b/indexer/classificator.cpp
@@ -52,7 +52,6 @@ void ClassifObject::AddDrawRule(drule::Key const & k)
return;
auto i = lower_bound(m_drawRule.begin(), m_drawRule.end(), k.m_scale, less_scales());
- while (i != m_drawRule.end() && i->m_scale == k.m_scale) ++i;
m_drawRule.insert(i, k);
}