diff --git a/include/boost/graph/properties.hpp b/include/boost/graph/properties.hpp index 5dfc812d..ace1240c 100644 --- a/include/boost/graph/properties.hpp +++ b/include/boost/graph/properties.hpp @@ -146,7 +146,6 @@ namespace boost { template struct edge_property_map { - typedef typename Graph::directed_category Directed; typedef typename Graph::edge_property_type Property; typedef typename Graph::graph_tag graph_tag; typedef typename edge_property_selector::type Selector;