summaryrefslogtreecommitdiff
path: root/boost/graph/distributed/connected_components_parallel_search.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/distributed/connected_components_parallel_search.hpp')
-rw-r--r--boost/graph/distributed/connected_components_parallel_search.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/boost/graph/distributed/connected_components_parallel_search.hpp b/boost/graph/distributed/connected_components_parallel_search.hpp
index e8b31f8445..f3ebf05688 100644
--- a/boost/graph/distributed/connected_components_parallel_search.hpp
+++ b/boost/graph/distributed/connected_components_parallel_search.hpp
@@ -290,8 +290,6 @@ namespace boost { namespace graph { namespace distributed {
typedef typename boost::graph::parallel::process_group_type<Graph>
::type process_group_type;
typedef typename process_group_type::process_id_type process_id_type;
- typedef typename property_map<Graph, vertex_owner_t>
- ::const_type vertex_owner_map;
typedef std::queue<vertex_descriptor> work_queue;
static const component_value_type max_component =