$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53939 - trunk/boost/graph/distributed
From: jewillco_at_[hidden]
Date: 2009-06-15 12:56:03
Author: jewillco
Date: 2009-06-15 12:56:02 EDT (Mon, 15 Jun 2009)
New Revision: 53939
URL: http://svn.boost.org/trac/boost/changeset/53939
Log:
Removed unused variable; refs #3134
Text files modified:
trunk/boost/graph/distributed/connected_components.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/distributed/connected_components.hpp
==============================================================================
--- trunk/boost/graph/distributed/connected_components.hpp (original)
+++ trunk/boost/graph/distributed/connected_components.hpp 2009-06-15 12:56:02 EDT (Mon, 15 Jun 2009)
@@ -409,7 +409,6 @@
#ifdef PBGL_EXPLICIT_SYNCH
synchronize(p);
#endif
- size_t lone_vertex_count = roots.size();
// Lastly, remove roots with no adjacent vertices, this is
// unnecessary but will speed up sparse graphs