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:
authorExMix <rahuba.youri@mapswithme.com>2014-10-08 11:35:23 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:37 +0300
commitb0a390f1943873f12153e7bf0282198e9bc0ff43 (patch)
tree8b1cb96c232c15aadb258b07ee1a8d2606b8d5ef /map/benchmark_engine.cpp
parent943dc568bcaaba64ad1048d9e7b3142cfe162484 (diff)
[core] remove useless code
Diffstat (limited to 'map/benchmark_engine.cpp')
-rw-r--r--map/benchmark_engine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/map/benchmark_engine.cpp b/map/benchmark_engine.cpp
index f0a6353f8f..98612f55ef 100644
--- a/map/benchmark_engine.cpp
+++ b/map/benchmark_engine.cpp
@@ -143,7 +143,6 @@ BenchmarkEngine::BenchmarkEngine(Framework * fw)
m_maxDuration(0),
m_framework(fw)
{
-// m_framework->GetInformationDisplay().enableBenchmarkInfo(true);
}
void BenchmarkEngine::BenchmarkCommandFinished()
@@ -154,7 +153,6 @@ void BenchmarkEngine::BenchmarkCommandFinished()
{
m_maxDuration = duration;
m_maxDurationRect = m_curBenchmarkRect;
- m_framework->GetInformationDisplay().addBenchmarkInfo("maxDurationRect: ", m_maxDurationRect, m_maxDuration);
}
BenchmarkResult res;