2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-26 16:52:12 +00:00

Removed unused type and variable

[SVN r77532]
This commit is contained in:
Jeremiah Willcock
2012-03-25 05:00:52 +00:00
parent 035fac705c
commit 7a2ec7c4dc

View File

@@ -109,8 +109,6 @@ int test_main(int argc, char* argv[])
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