[search] Remove comment about bug which does not reproduce anymore.

This commit is contained in:
tatiana-yan 2019-11-11 18:44:58 +03:00 committed by mpimenov
parent 62b9779ed7
commit 10a73b6bd8

View file

@ -437,15 +437,6 @@ void Geocoder::SetParamsForCategorialSearch(Params const & params)
size_t Geocoder::OrderCountries(bool inViewport, vector<shared_ptr<MwmInfo>> & infos)
{
// TODO (@y): remove this if crashes in this function
// disappear. Otherwise, remove null infos and re-check MwmSet
// again.
for (auto const & info : infos)
{
CHECK(info.get(),
("MwmSet invariant violated. Please, contact @y if you know how to reproduce this."));
}
vector<KeyedMwmInfo> keyedInfos;
keyedInfos.reserve(infos.size());
for (auto const & info : infos)