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:
authorAlex Zolotarev <alex@maps.me>2015-10-19 06:57:45 +0300
committerAlex Zolotarev <alex@maps.me>2015-10-22 10:09:18 +0300
commit2fa5ed29f1250346f9adc3efa6be8e94d44980b0 (patch)
treef41587dd5f66f16b6ce851518e236a1f2d472740 /indexer/mwm_set.cpp
parent6b1d28eda86c9a14416a24de41947ddc9b8dd657 (diff)
Minor improvements & comments.
Diffstat (limited to 'indexer/mwm_set.cpp')
-rw-r--r--indexer/mwm_set.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/mwm_set.cpp b/indexer/mwm_set.cpp
index 1079ba19ff..164748f53a 100644
--- a/indexer/mwm_set.cpp
+++ b/indexer/mwm_set.cpp
@@ -73,7 +73,6 @@ MwmSet::MwmHandle & MwmSet::MwmHandle::operator=(MwmHandle && handle)
return *this;
}
-
MwmSet::MwmId MwmSet::GetMwmIdByCountryFileImpl(CountryFile const & countryFile) const
{
string const & name = countryFile.GetNameWithoutExt();