Remove unused method
This commit is contained in:
parent
cdf9a7d7ae
commit
698b6590d1
1 changed files with 0 additions and 5 deletions
|
|
@ -240,11 +240,6 @@ impl Graph {
|
|||
Edges::new(self)
|
||||
}
|
||||
|
||||
pub fn edges_for(&self, node: NodeIdx) -> impl Iterator<Item = (EdgeIdx, NodeIdx)> + '_ {
|
||||
self.edge_range(node)
|
||||
.map(|i| (EdgeIdx::new(i), self.edges[i]))
|
||||
}
|
||||
|
||||
pub fn edge_start(&self, node: NodeIdx) -> EdgeIdx {
|
||||
self.nodes
|
||||
.get(node.usize())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue