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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user