Skip to content

Commit a769938

Browse files
committed
remove some code commented out
1 parent bc80de4 commit a769938

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

R/utils.R

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,6 @@ setReplaceMethod(
4646
is.logical(x) && length(x) == 1L && !is.na(x)
4747
}
4848

49-
#' #' @noRd
50-
#' .isSingleString <- function(x) {
51-
#' is.character(x) && length(x) == 1L && !is.na(x)
52-
#' }
53-
54-
#' #' modify_seeds
55-
#' #' @importFrom methods is
56-
#' #' @noRd
57-
#' .modify_seeds <- function(x, FUN, ...) {
58-
#' if (methods::is(x, "DelayedUnaryOp")) {
59-
#' x@seed <- modify_seeds(x@seed, FUN, ...)
60-
#' } else if (methods::is(x, "DelayedNaryOp")) {
61-
#' x@seeds <- lapply(x@seeds, modify_seeds, FUN, ...)
62-
#' } else {
63-
#' x <- FUN(x, ...)
64-
#' }
65-
#' return(x)
66-
#' }
67-
6849
#' is.sequential
6950
#' @noRd
7051
is.sequential <- function(x) {

0 commit comments

Comments
 (0)