Skip to content

Commit d19b658

Browse files
CLEANUP: Remove listFutures() for BatchtoolsUniprocessFutureBackend - no longer needed
1 parent 88e9e63 commit d19b658

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.12.2-9904
2+
Version: 0.12.2-9905
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

NAMESPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
S3method(add_finalizer,BatchtoolsFuture)
44
S3method(delete,BatchtoolsFuture)
55
S3method(launchFuture,BatchtoolsFutureBackend)
6-
S3method(listFutures,BatchtoolsUniprocessFutureBackend)
76
S3method(loggedError,BatchtoolsFuture)
87
S3method(loggedOutput,BatchtoolsFuture)
98
S3method(nbrOfFreeWorkers,BatchtoolsFutureBackend)
@@ -88,7 +87,6 @@ importFrom(future,FutureBackend)
8887
importFrom(future,FutureError)
8988
importFrom(future,cancel)
9089
importFrom(future,launchFuture)
91-
importFrom(future,listFutures)
9290
importFrom(future,nbrOfFreeWorkers)
9391
importFrom(future,nbrOfWorkers)
9492
importFrom(future,plan)

R/BatchtoolsFuture-class.R

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -953,12 +953,3 @@ stopWorkers.BatchtoolsFutureBackend <- function(backend, ...) {
953953

954954
backend
955955
}
956-
957-
958-
#' @importFrom future listFutures
959-
#' @export
960-
listFutures.BatchtoolsUniprocessFutureBackend <- function(backend, ...) {
961-
data.frame(counter = integer(0L), start = proc.time()[[3]][integer(0L)],
962-
label = character(0L), resolved = logical(0L),
963-
future = list()[integer(0L)])
964-
}

0 commit comments

Comments
 (0)