diff --git a/ortools/graph/shortest_paths.h b/ortools/graph/shortest_paths.h index c117e99d16..68071e3a3b 100644 --- a/ortools/graph/shortest_paths.h +++ b/ortools/graph/shortest_paths.h @@ -216,8 +216,6 @@ void ComputeOneToAllShortestPaths( } // Computes shortest paths from the node `source` to nodes in `destinations`. -// TODO(b/385094969): Remove second template parameter when all clients are -// migrated. template void ComputeOneToManyShortestPaths( const GraphType& graph, const std::vector& arc_lengths,