Skip to content

Commit

Permalink
[bdAstar] removing warning from clang
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Dec 2, 2022
1 parent bf257fc commit d2080d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/bdAstar/pgr_bdAstar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ class Pgr_bdAstar : public Pgr_bidirectional<G> {
void explore_forward(const Cost_Vertex_pair &node) {
typename G::EO_i out, out_end;

auto current_cost = node.first;
auto current_node = node.second;
auto current_node_cost = forward_cost[current_node];

Expand Down

0 comments on commit d2080d5

Please sign in to comment.