Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
take out assign to NULL on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 4, 2023
1 parent aa6285f commit 1cf3a6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/rudf.R
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ rxRmFunParse <- function(name) {
.udfEnvReset <- function(lock=TRUE) {
.udfEnv$fun <- list()
.udfEnv$searchList <- list()
.udfEnv$envir <- NULL
}
#' See if the UI function exists in given environment.
#'
Expand Down

0 comments on commit 1cf3a6d

Please sign in to comment.