Skip to content

Commit 819d639

Browse files
committed
chore: Remove unused finalizer calls
1 parent e84c3bd commit 819d639

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

R/make.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ graph.lattice <- function(
442442
periodic <- rep(periodic, length(dimvector))
443443
}
444444

445-
on.exit(.Call(R_igraph_finalizer))
446445
res <- square_lattice_impl(
447446
dimvector = dimvector,
448447
nei = nei,
@@ -2002,7 +2001,6 @@ make_lattice <- function(
20022001
periodic <- rep(periodic, length(dimvector))
20032002
}
20042003

2005-
on.exit(.Call(R_igraph_finalizer))
20062004
res <- square_lattice_impl(
20072005
dimvector = dimvector,
20082006
nei = nei,

R/structural-properties.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3385,7 +3385,6 @@ laplacian_matrix <- function(
33853385
}
33863386
sparse <- as.logical(sparse)
33873387

3388-
on.exit(.Call(R_igraph_finalizer))
33893388
# Function call
33903389
if (sparse) {
33913390
res <- get_laplacian_sparse_impl(

0 commit comments

Comments
 (0)