Skip to content

Commit 8fb364a

Browse files
committed
more graph tests
1 parent 3355831 commit 8fb364a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ortools/graph/shortest_paths.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ void ComputeOneToAllShortestPaths(
216216
}
217217

218218
// Computes shortest paths from the node `source` to nodes in `destinations`.
219-
// TODO(b/385094969): Remove second template parameter when all clients are
220-
// migrated.
221219
template <class GraphType>
222220
void ComputeOneToManyShortestPaths(
223221
const GraphType& graph, const std::vector<PathDistance>& arc_lengths,

0 commit comments

Comments
 (0)