Skip to content

Commit

Permalink
Minor cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
brgew committed Mar 5, 2024
1 parent 5941e18 commit 1c0628d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions R/deprec_dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@
#


lazy_deprec <- function(fun,
hint = TRUE,
env = caller_env(),
user_env = caller_env(2)) {
lifecycle::deprecate_warn(
env = env,
user_env = user_env,
always = TRUE
)
}


warn_underscored_se <- function() {
return(NULL)
warn(paste(
Expand Down Expand Up @@ -142,7 +130,7 @@ compat_lazy_dots_se <- function(dots, env, ..., .named = FALSE) {
# Generic select_se.
#' @export
select_se <- function(.data, ..., .dots = list()) {
# lazy_deprec("select", hint = FALSE) # Disable warning message.
# lazy_deprec("select", hint = FALSE) # Disable warning message and remove function definition.
UseMethod("select_se")
}

Expand Down

0 comments on commit 1c0628d

Please sign in to comment.