diff --git a/search/geocoder.cpp b/search/geocoder.cpp index 6726201471..dba373ea2a 100644 --- a/search/geocoder.cpp +++ b/search/geocoder.cpp @@ -1341,7 +1341,7 @@ void Geocoder::EmitResult(BaseContext & ctx, MwmSet::MwmId const & mwmId, uint32 m_preRanker.Emplace(id, info); - ++ctx.m_numEmitted; + // ++ctx.m_numEmitted; } void Geocoder::EmitResult(BaseContext & ctx, Region const & region, TokenRange const & tokenRange, diff --git a/search/geocoder_context.hpp b/search/geocoder_context.hpp index fa2b682f2b..67e49a951a 100644 --- a/search/geocoder_context.hpp +++ b/search/geocoder_context.hpp @@ -75,7 +75,7 @@ struct BaseContext // The total number of results emitted using this // context in all branches of the search. - size_t m_numEmitted = 0; + // size_t m_numEmitted = 0; std::unique_ptr m_hotelsFilter; };