Skip to content

Commit

Permalink
[ksp][src] removing route_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-debug committed Aug 23, 2023
1 parent 3ce81ff commit b01a069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ksp/withPoints_ksp_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ pgr_do_withPointsKsp(
*return_tuples = pgr_alloc(count, (*return_tuples));

size_t sequence = 0;
int route_id = 0;
for (const auto &path : paths) {
if (path.size() > 0)
path.get_pg_nksp_path(return_tuples, sequence);
Expand Down

0 comments on commit b01a069

Please sign in to comment.