Skip to content

Commit 5b2a536

Browse files
committed
Remove stale code comment.
1 parent 958691f commit 5b2a536

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/abstractdatagraph.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ end
117117

118118
# ============================ `similar_graph` (value domain) ============================ #
119119

120-
# Construct a similar `AbstractDataGraph` defined by `underlying_graph` with `vertex_data_type` and `edge_data_type`.
121-
# To be specialized (has fallback).
122120
"""
123121
similar_graph(datagraph::AbstractDataGraph, D::Type)
124122
similar_graph(datagraph::AbstractDataGraph, D::Type, vertices)

0 commit comments

Comments
 (0)