Skip to content

Commit 9710d43

Browse files
remove duplicate
1 parent 4443f3c commit 9710d43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/as.data.table.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ as.data.table.list = function(x,
171171
xi = x[[i]] = c(xi)
172172
} else {
173173
xi = x[[i]] = as.data.table(xi, keep.rownames=FALSE) # we will never allow a matrix to be a column; always unpack the columns
174-
xi = x[[i]] = as.data.table(xi, keep.rownames=FALSE) # we will never allow a matrix to be a column; always unpack the columns
175174
}
176175
}
177176
# else avoid dispatching to as.data.table.data.table (which exists and copies)

0 commit comments

Comments
 (0)