Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
f7cb33ba
Commit
f7cb33ba
authored
Nov 04, 2014
by
Tiago Peixoto
Browse files
Remove useless function from graph_adjacency.hh
parent
2009aa5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/graph_adjacency.hh
View file @
f7cb33ba
...
...
@@ -917,16 +917,6 @@ get(vertex_index_t, const adj_list<Vertex>&)
return
identity_property_map
();
}
struct
get_edge_index
{
typedef
size_t
result_type
;
template
<
class
Vertex
>
size_t
operator
()(
const
typename
adj_list
<
Vertex
>::
edge_descriptor
&
e
)
const
{
return
e
.
idx
;
}
};
template
<
class
Vertex
>
class
adj_edge_index_property_map
:
public
put_get_helper
<
Vertex
,
adj_edge_index_property_map
<
Vertex
>
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment