|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63666 - branches/release/boost/graph/distributed
From: jewillco_at_[hidden]
Date: 2010-07-05 12:53:26
Author: jewillco
Date: 2010-07-05 12:53:26 EDT (Mon, 05 Jul 2010)
New Revision: 63666
URL: http://svn.boost.org/trac/boost/changeset/63666
Log:
Removed unused typedefs
Text files modified:
branches/release/boost/graph/distributed/compressed_sparse_row_graph.hpp | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
Modified: branches/release/boost/graph/distributed/compressed_sparse_row_graph.hpp
==============================================================================
--- branches/release/boost/graph/distributed/compressed_sparse_row_graph.hpp (original)
+++ branches/release/boost/graph/distributed/compressed_sparse_row_graph.hpp 2010-07-05 12:53:26 EDT (Mon, 05 Jul 2010)
@@ -86,11 +86,6 @@
GraphProperty, Vertex, EdgeIndex>
base_type;
- // Export some typedefs from our base graph type.
- typedef typename base_type::inherited_vertex_properties
- inherited_vertex_properties;
- typedef typename base_type::forward_type forward_type;
-
// -----------------------------------------------------------------
// Graph concept requirements
typedef Vertex vertex_descriptor;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk