Skip to content

Commit 9e7def9

Browse files
committed
Fix: Remove redundant initialization of p_max in contractionGraph.hpp
1 parent b0c929d commit 9e7def9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/contraction/contractionGraph.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ class Pgr_contractionGraph : public Pgr_base_graph<G, CH_vertex, CH_edge, t_dire
437437
int64_t p_max = 0;
438438
E e, f;
439439
bool found_e = false;
440-
p_max = 0;
441440
boost::tie(e, found_e) = boost::edge(u, v, this->graph);
442441

443442
if (found_e) {

0 commit comments

Comments
 (0)