Skip to content

Commit 428e550

Browse files
committed
no longer need to export scm
1 parent 900127a commit 428e550

File tree

4 files changed

+12
-23
lines changed

4 files changed

+12
-23
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ S3method(setopt,nanoListener)
3030
S3method(setopt,nanoSocket)
3131
S3method(start,nanoDialer)
3232
S3method(start,nanoListener)
33-
export(.mirai_scm)
3433
export(call_aio)
3534
export(context)
3635
export(dial)

R/docs.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,16 @@ NULL
156156
#' refers to nanonext located in /tmp.
157157
#' \item On Windows, all names are prefixed by \\.\ pipe\ and do not reside
158158
#' in the normal file system - the required prefix is added automatically
159-
#' by NNG, so you should specify a URL such as ipc://nanonext directly.
159+
#' by NNG, so a URL of the form ipc://nanonext is fine.
160160
#' }
161161
#'
162162
#' \emph{UNIX Aliases}
163163
#'
164-
#' [\strong{URI, unix://}] The unix:// scheme is an alias for ipc:// and can be
165-
#' used inter-changeably, but only on POSIX systems.The purpose of this scheme
166-
#' is to support a future transport making use of AF_UNIX on Windows systems,
167-
#' at which time it will be necessary to discriminate between the Named Pipes
168-
#' and the AF_UNIX based transports.
164+
#' [\strong{URI, unix://}] The unix:// scheme is an alias for ipc:// and can
165+
#' be used inter-changeably, but only on POSIX systems. The purpose of this
166+
#' scheme is to support a future transport making use of AF_UNIX on Windows
167+
#' systems, at which time it will be necessary to discriminate between the
168+
#' Named Pipes and the AF_UNIX based transports.
169169
#'
170170
#' \emph{Abstract Names}
171171
#'

R/utils.R

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@ is_nul_byte <- function(x) identical(x, as.raw(0L))
8585
#'
8686
is_error_value <- function(x) inherits(x, "errorValue")
8787

88-
#' @export
89-
#'
90-
.mirai_scm <- function() {
91-
92-
identical(parent.env(parent.env(parent.frame())), getNamespace("mirai")) ||
93-
stop("this function is for package internal use only")
94-
.Call(rnng_scm)
95-
96-
}
97-
9888
#' Logging Level
9989
#'
10090
#' Set the logging level of nanonext.

man/transports.Rd

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)