Skip to content

Commit

Permalink
remove compat function post mirai 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Oct 9, 2024
1 parent 9f7c623 commit b8dbb54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export(request)
export(send)
export(send_aio)
export(serial_config)
export(set_promise_context)
export(socket)
export(stat)
export(status_code)
Expand Down
5 changes: 0 additions & 5 deletions R/aio.R
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,3 @@ is.promising.recvAio <- function(x) TRUE
#' @export
#'
.keep <- function(x, ctx) .Call(rnng_set_promise_context, x, ctx)

#' @rdname dot-keep
#' @export
#'
set_promise_context <- .keep
3 changes: 0 additions & 3 deletions man/dot-keep.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8dbb54

Please sign in to comment.