Skip to content

Commit 8a77efd

Browse files
committed
j is always named
1 parent c69096a commit 8a77efd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/subsetting.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,10 +592,6 @@ is_tight_sequence_at_end <- function(i_new, n) {
592592
}
593593

594594
tbl_subassign_col <- function(x, j, value) {
595-
if (is.null(names(j))) {
596-
names(j) <- names(value)
597-
}
598-
599595
is_data <- !vapply(value, is.null, NA)
600596
nrow <- fast_nrow(x)
601597

0 commit comments

Comments
 (0)