Skip to content

Commit da9b611

Browse files
maelleaviator-bot
authored andcommitted
refactor: remove the probably useless attribute dropping
1 parent 958d54c commit da9b611

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/glet.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ graphlet_basis <- function(graph, weights = NULL) {
118118
weights <- NULL
119119
}
120120

121-
## Drop all attributes, we don't want to deal with them
122-
graph <- reduce(graph_attr_names(graph), delete_graph_attr, .init = graph)
123-
124121
on.exit(.Call(R_igraph_finalizer))
125122
## Function call
126123
res <- .Call(R_igraph_graphlets_candidate_basis, graph, weights)

0 commit comments

Comments
 (0)