summaryrefslogtreecommitdiff
path: root/boost/graph/distributed/eager_dijkstra_shortest_paths.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/distributed/eager_dijkstra_shortest_paths.hpp')
-rw-r--r--boost/graph/distributed/eager_dijkstra_shortest_paths.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/boost/graph/distributed/eager_dijkstra_shortest_paths.hpp b/boost/graph/distributed/eager_dijkstra_shortest_paths.hpp
index 8a2098ffcf..8b78d633e3 100644
--- a/boost/graph/distributed/eager_dijkstra_shortest_paths.hpp
+++ b/boost/graph/distributed/eager_dijkstra_shortest_paths.hpp
@@ -349,13 +349,6 @@ eager_dijkstra_shortest_paths
Compare compare, Combine combine, DistInf inf, DistZero zero,
DijkstraVisitor vis)
{
- typedef typename boost::graph::parallel::process_group_type<DistributedGraph>::type
- process_group_type;
- typedef typename graph_traits<DistributedGraph>::vertex_descriptor
- Vertex;
- typedef typename graph_traits<DistributedGraph>::vertices_size_type
- vertices_size_type;
-
#ifdef PBGL_ACCOUNTING
eager_dijkstra_shortest_paths_stats.deleted_vertices.clear();
eager_dijkstra_shortest_paths_stats.lookahead = lookahead;