Skip to content
Snippets Groups Projects
Commit bec2b177 authored by Spiros Tsalikis's avatar Spiros Tsalikis
Browse files

Eliminate unused-local-typedefs warnings

parent c3aea0a5
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ template <typename MutableGraph, typename Done, typename EdgeCentralityMap, type
void betweenness_centrality_clustering(MutableGraph& g, Done done,
EdgeCentralityMap edge_centrality, EdgeWeightMap edge_weight_map, VertexIndexMap vertex_index)
{
typedef typename property_traits<EdgeCentralityMap>::value_type centrality_type;
typedef typename graph_traits<MutableGraph>::edge_iterator edge_iterator;
typedef typename graph_traits<MutableGraph>::edge_descriptor edge_descriptor;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment