Skip to content

Commit 2876ebe

Browse files
committed
remove stale branch
1 parent 67f2874 commit 2876ebe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/test.data.table.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ test = function(num,x,y=TRUE,error=NULL,warning=NULL,message=NULL,output=NULL,no
380380
val = get(p, envir=environment())
381381
if (length(val) > 0L) {
382382
cl[[p]] = val[((i - 1L) %% length(val)) + 1L] # ccycle through values if fewer than levels
383-
} else if (p %in% names(cl)) {
384-
cl[[p]] = NULL
385383
}
386384
}
387385

0 commit comments

Comments
 (0)