X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=boost%2Fgraph%2Fdistributed%2Fcrauser_et_al_shortest_paths.hpp;h=060cbf9cabe937a1457929607b7d5707d948a243;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=e718501b12c8a10f0d31b9c60092145d0bc9adc2;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/boost/graph/distributed/crauser_et_al_shortest_paths.hpp b/boost/graph/distributed/crauser_et_al_shortest_paths.hpp index e718501..060cbf9 100644 --- a/boost/graph/distributed/crauser_et_al_shortest_paths.hpp +++ b/boost/graph/distributed/crauser_et_al_shortest_paths.hpp @@ -540,13 +540,6 @@ crauser_et_al_shortest_paths Compare compare, Combine combine, DistInf inf, DistZero zero, DijkstraVisitor vis) { - typedef typename boost::graph::parallel::process_group_type::type - process_group_type; - typedef typename process_group_type::process_id_type process_id_type; - typedef typename graph_traits::vertex_descriptor - Vertex; - typedef typename graph_traits::vertices_size_type - vertices_size_type; #ifdef PBGL_ACCOUNTING crauser_et_al_shortest_paths_stats.deleted_vertices.clear();