[traffic] Comment out unused argument

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-10-19 17:45:25 +03:00
parent a3d1ed83c3
commit 4e624bd04b
2 changed files with 4 additions and 4 deletions

View File

@@ -599,7 +599,7 @@ double RoutingTraffDecoder::TraffEstimator::CalcOffroad(ms::LatLon const & from,
* - road class mismatch
* - road ref mismatch
*/
double RoutingTraffDecoder::TraffEstimator::CalcSegmentWeight(routing::Segment const & segment, routing::RoadGeometry const & road, Purpose purpose) const
double RoutingTraffDecoder::TraffEstimator::CalcSegmentWeight(routing::Segment const & segment, routing::RoadGeometry const & road, Purpose /* purpose */) const
{
double result = road.GetDistance(segment.GetSegmentIdx());