Skip to content

Commit a7c75f8

Browse files
committed
Removed commented code
1 parent b33c764 commit a7c75f8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/depthFirstSearch/depthFirstSearch_driver.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ do_pgr_depthFirstSearch(
128128
}
129129
log << logstr;
130130

131-
#if 0
132-
pgrouting::UndirectedGraph undigraph(UNDIRECTED);
133-
undigraph.insert_min_edges_no_parallel(data_edges, total_edges);
134-
pgrouting::functions::Pgr_prim<pgrouting::UndirectedGraph> prim;
135-
results = prim.primDFS(undigraph, roots, max_depth);
136-
#endif
137-
138131
auto count = results.size();
139132

140133
if (count == 0) {

0 commit comments

Comments
 (0)