Remove unused variable node_info_list

This commit is contained in:
Gavin Sherry
2016-08-02 14:17:57 -07:00
parent eb6083daf5
commit b09f637d02
3 changed files with 3 additions and 6 deletions
@@ -26,7 +26,7 @@ namespace extractor
namespace guidance
{
// Given an Intersection, the graph to access the data and the turn lanes, the turn lane matcher
// Given an Intersection, the graph to access the data and the turn lanes, the turn lane matcher
// assigns appropriate turn tupels to the different turns.
namespace lanes
{
@@ -38,7 +38,6 @@ class TurnLaneHandler
TurnLaneHandler(const util::NodeBasedDynamicGraph &node_based_graph,
const std::vector<std::uint32_t> &turn_lane_offsets,
const std::vector<TurnLaneType::Mask> &turn_lane_masks,
const std::vector<QueryNode> &node_info_list,
const TurnAnalysis &turn_analysis);
Intersection assignTurnLanes(const NodeID at,
@@ -52,7 +51,6 @@ class TurnLaneHandler
const util::NodeBasedDynamicGraph &node_based_graph;
const std::vector<std::uint32_t> &turn_lane_offsets;
const std::vector<TurnLaneType::Mask> &turn_lane_masks;
const std::vector<QueryNode> &node_info_list;
const TurnAnalysis &turn_analysis;
// check whether we can handle an intersection