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:
authorIlya Zverev <zverik@textual.ru>2015-07-03 19:08:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:54:39 +0300
commitd22a0519445c8bd449888535a849e0a15eca3757 (patch)
tree8ae34f699a741097ebab076d460dfad43487dd4c /indexer
parent008376c7a4b421b08bcfd12402e25137865c0c3e (diff)
[generator] Add tests and fix debug run
Diffstat (limited to 'indexer')
-rw-r--r--indexer/feature_visibility.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indexer/feature_visibility.cpp b/indexer/feature_visibility.cpp
index 3bb29a993f..dbc22e3573 100644
--- a/indexer/feature_visibility.cpp
+++ b/indexer/feature_visibility.cpp
@@ -349,7 +349,6 @@ int GetMinDrawableScale(FeatureBase const & f)
if (IsDrawableForIndex(f, level))
return level;
- ASSERT(false, ("Feature is never visible."));
return -1;
}
@@ -361,7 +360,6 @@ int GetMinDrawableScaleClassifOnly(FeatureBase const & f)
if (IsDrawableForIndexClassifOnly(f, level))
return level;
- ASSERT(false, ("Feature is never visible."));
return -1;
}