$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77532 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2012-03-25 01:00:53
Author: jewillco
Date: 2012-03-25 01:00:52 EDT (Sun, 25 Mar 2012)
New Revision: 77532
URL: http://svn.boost.org/trac/boost/changeset/77532
Log:
Removed unused type and variable
Text files modified: 
   trunk/libs/graph/test/dijkstra_no_color_map_compare.cpp |     2 --                                      
   1 files changed, 0 insertions(+), 2 deletions(-)
Modified: trunk/libs/graph/test/dijkstra_no_color_map_compare.cpp
==============================================================================
--- trunk/libs/graph/test/dijkstra_no_color_map_compare.cpp	(original)
+++ trunk/libs/graph/test/dijkstra_no_color_map_compare.cpp	2012-03-25 01:00:52 EDT (Sun, 25 Mar 2012)
@@ -109,8 +109,6 @@
     put(index_map, current_vertex, vertex_index++);
   }
 
-  typedef property_map<graph_t, edge_weight_t>::type weight_map_t;
-  weight_map_t weight_map = get(edge_weight, graph);
   randomize_property<edge_weight_t>(graph, generator);
 
   // Run comparison test with original dijkstra_shortest_paths