From aa4315535409b08f9233e5011775e7368b782430 Mon Sep 17 00:00:00 2001 From: Olga Khlopkova Date: Thu, 1 Oct 2020 16:40:29 +0300 Subject: [PATCH] [routing] Removed not relevant comment. --- routing/index_road_graph.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/routing/index_road_graph.cpp b/routing/index_road_graph.cpp index b60a808338..27350e908d 100644 --- a/routing/index_road_graph.cpp +++ b/routing/index_road_graph.cpp @@ -86,7 +86,6 @@ void IndexRoadGraph::GetEdgeTypes(Edge const & edge, feature::TypesHolder & type void IndexRoadGraph::GetJunctionTypes(geometry::PointWithAltitude const & junction, feature::TypesHolder & types) const { - // TODO: implement method to support PedestrianDirection::LiftGate, PedestrianDirection::Gate types = feature::TypesHolder(); }