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>2013-12-02 17:28:54 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:08:10 +0300
commit7f710060e5e782ff19f9624bfdc4699759bb5a5b (patch)
treeb6cf84129cca3e2c52a31e17cbe8170598e2cde0 /map/benchmark_tool
parent867425921b83e4e13578f2550884806ad62947eb (diff)
Removed dummy debug parameter.
Diffstat (limited to 'map/benchmark_tool')
-rw-r--r--map/benchmark_tool/features_loading.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/map/benchmark_tool/features_loading.cpp b/map/benchmark_tool/features_loading.cpp
index ba9d18e0fa..f7af7b3dfe 100644
--- a/map/benchmark_tool/features_loading.cpp
+++ b/map/benchmark_tool/features_loading.cpp
@@ -44,8 +44,7 @@ namespace
m_timer.Reset();
drule::KeysT keys;
- string names; // for debug use only, in release it's empty
- (void)feature::GetDrawRule(ft, m_scale, keys, names);
+ (void)feature::GetDrawRule(ft, m_scale, keys);
if (!keys.empty())
{