From 7a2ec7c4dcb9a59abe54e77488ceab9b0f019db7 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Sun, 25 Mar 2012 05:00:52 +0000 Subject: [PATCH] Removed unused type and variable [SVN r77532] --- test/dijkstra_no_color_map_compare.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/dijkstra_no_color_map_compare.cpp b/test/dijkstra_no_color_map_compare.cpp index a8c140d1..5ff18c1c 100644 --- a/test/dijkstra_no_color_map_compare.cpp +++ b/test/dijkstra_no_color_map_compare.cpp @@ -109,8 +109,6 @@ int test_main(int argc, char* argv[]) put(index_map, current_vertex, vertex_index++); } - typedef property_map::type weight_map_t; - weight_map_t weight_map = get(edge_weight, graph); randomize_property(graph, generator); // Run comparison test with original dijkstra_shortest_paths