summaryrefslogtreecommitdiff
path: root/boost/graph/distributed/compressed_sparse_row_graph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/distributed/compressed_sparse_row_graph.hpp')
-rw-r--r--boost/graph/distributed/compressed_sparse_row_graph.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/graph/distributed/compressed_sparse_row_graph.hpp b/boost/graph/distributed/compressed_sparse_row_graph.hpp
index 33861c47b4..6d7d839e4a 100644
--- a/boost/graph/distributed/compressed_sparse_row_graph.hpp
+++ b/boost/graph/distributed/compressed_sparse_row_graph.hpp
@@ -537,7 +537,6 @@ out_degree(typename BOOST_DISTRIB_CSR_GRAPH_TYPE::vertex_descriptor u,
template<BOOST_DISTRIB_CSR_GRAPH_TEMPLATE_PARMS>
void synchronize(const BOOST_DISTRIB_CSR_GRAPH_TYPE& g)
{
- typedef BOOST_DISTRIB_CSR_GRAPH_TYPE graph_type;
synchronize(g.process_group());
}