From e1518917c0b8dd019df0e1236e1fc593dabc4e31 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Fri, 28 Jun 2019 15:02:16 +0300 Subject: [PATCH] [routing] Review fixes. --- routing/features_road_graph.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/routing/features_road_graph.hpp b/routing/features_road_graph.hpp index 5154d774fd..931726a5c4 100644 --- a/routing/features_road_graph.hpp +++ b/routing/features_road_graph.hpp @@ -67,9 +67,6 @@ private: }; public: - // The radius which is used for looking for edges in some cases. - // Note. In case of looking for closest to start and finish segments in routing - // another algorith is using. static double constexpr kClosestEdgesRadiusM = 150.0; FeaturesRoadGraph(DataSource const & dataSource, IRoadGraph::Mode mode,