From 0e9974855a7893a0e822464b62b12f8b0ef5b90a Mon Sep 17 00:00:00 2001 From: Marta Alcalde-Herraiz Date: Thu, 15 Aug 2024 12:56:48 -0700 Subject: [PATCH] remove redundant code --- R/utils.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/utils.R b/R/utils.R index 6b17925e..565ddfa8 100644 --- a/R/utils.R +++ b/R/utils.R @@ -320,8 +320,6 @@ df_list_propagate_missing <- function(x, ..., size = NULL) { } n <- length(x) - out <- vector("list", length = n) - out <- set_names(out, names(x)) # Propagate missings x <- vec_assign(x, incomplete, NA)