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(); }