Skip to content

Commit 9cff429

Browse files
Drop duplicated code
1 parent 6973c91 commit 9cff429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/backend_api-Future-class.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ print.Future <- function(x, ...) {
336336
actions <- future[["actions"]]
337337
cat(sprintf("Actions: [n=%d] %s\n", length(actions), commaq(actions)))
338338

339-
actions <- future[["actions"]]
340339
result <- future[["result"]]
341340
state <- future[["state"]]
342341
description <- switch(state,

0 commit comments

Comments
 (0)