Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2016-12-12 14:17:11 +03:00
parent 4f39c5d766
commit 8610b8f7a9

View file

@ -593,7 +593,7 @@ void RoutingSession::OnTrafficInfoAdded(TrafficInfo && info)
ASSERT_EQUAL(kSpeedGroupThresholdPercentage[static_cast<size_t>(SpeedGroup::Unknown)], 100, ());
// The code below is memory optimization. Edges with traffic SpeedGroup::G5 and
// SpeedGroup::Unknown are 95% of all edges but they are not used in routing now.
// SpeedGroup::Unknown constitute a large part of all edges but they are not used in routing now.
// So we don't need to keep the information in TrafficCache.
TrafficInfo::Coloring const & fullColoring = info.GetColoring();
TrafficInfo::Coloring coloring;