Skip to content

Commit 563719c

Browse files
committed
Remove forest_cover_edge_sequence function
A generic version now exists in `NamedGraphs.GraphsExtensions`
1 parent 69aa23b commit 563719c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/abstractdatagraph.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,3 @@ function Base.show(io::IO, mime::MIME"text/plain", graph::AbstractDataGraph)
453453
end
454454

455455
Base.show(io::IO, graph::AbstractDataGraph) = show(io, MIME"text/plain"(), graph)
456-
457-
function GraphsExtensions.forest_cover_edge_sequence(graph::AbstractDataGraph; kwargs...)
458-
dummy_graph = add_edges!(NamedGraph(vertices(graph)), edges(graph))
459-
return GraphsExtensions.forest_cover_edge_sequence(dummy_graph; kwargs...)
460-
end

0 commit comments

Comments
 (0)