From d2080d55e10bc13130dbd61f777226577f69f6d7 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Wed, 30 Nov 2022 13:18:41 -0600 Subject: [PATCH] [bdAstar] removing warning from clang --- include/bdAstar/pgr_bdAstar.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/bdAstar/pgr_bdAstar.hpp b/include/bdAstar/pgr_bdAstar.hpp index a0f753001be..5ffec506b14 100644 --- a/include/bdAstar/pgr_bdAstar.hpp +++ b/include/bdAstar/pgr_bdAstar.hpp @@ -104,7 +104,6 @@ class Pgr_bdAstar : public Pgr_bidirectional { 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];