Skip to content

Commit c8805cd

Browse files
author
Jack Dunham
committed
Remove some duplicate methods overwriting each other
1 parent 609c855 commit c8805cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/PartitionedGraphs/src/abstractpartitionedgraph.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ function unpartitioned_graph_type(pg::Type{<:AbstractPartitionedGraph})
2222
return not_implemented()
2323
end
2424
supervertex(pg::AbstractPartitionedGraph, vertex) = not_implemented()
25-
supervertex(pg::AbstractPartitionedGraph, verts) = not_implemented()
2625
supervertex(pg::AbstractPartitionedGraph) = not_implemented()
2726
Base.copy(pg::AbstractPartitionedGraph) = not_implemented()
2827
delete_from_vertex_map!(pg::AbstractPartitionedGraph, vertex) = not_implemented()
2928
insert_to_vertex_map!(pg::AbstractPartitionedGraph, vertex) = not_implemented()
3029
superedge(pg::AbstractPartitionedGraph, edge) = not_implemented()
31-
superedges(pg::AbstractPartitionedGraph, edges) = not_implemented()
3230
superedges(pg::AbstractPartitionedGraph) = not_implemented()
3331
function unpartitioned_graph_type(pg::AbstractPartitionedGraph)
3432
return typeof(unpartitioned_graph(pg))

0 commit comments

Comments
 (0)