summaryrefslogtreecommitdiff
path: root/boost/graph/read_dimacs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/read_dimacs.hpp')
-rw-r--r--boost/graph/read_dimacs.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/graph/read_dimacs.hpp b/boost/graph/read_dimacs.hpp
index 06f1a335f5..0297744c8d 100644
--- a/boost/graph/read_dimacs.hpp
+++ b/boost/graph/read_dimacs.hpp
@@ -45,7 +45,6 @@ int read_dimacs_max_flow_internal(Graph& g,
const int NODE_FIELDS = 2; /* no of fields in node line */
const int P_FIELDS = 3; /* no of fields in problem line */
- typedef typename graph_traits<Graph>::vertices_size_type vertices_size_type;
typedef typename graph_traits<Graph>::vertex_descriptor vertex_descriptor;
typedef typename graph_traits<Graph>::edge_descriptor edge_descriptor;