Skip to content

Commit

Permalink
those are actually not used, removing
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored and lionel- committed Oct 25, 2024
1 parent d61cd64 commit a759189
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions R/eval-relocate.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ eval_relocate <- function(expr,
env = env,
error_call = error_call,
allow_predicates = allow_predicates,
allow_rename = FALSE,
error_arg = error_arg
allow_rename = FALSE
),
arg = before_arg,
error_call = error_call
Expand All @@ -146,8 +145,7 @@ eval_relocate <- function(expr,
env = env,
error_call = error_call,
allow_predicates = allow_predicates,
allow_rename = FALSE,
error_arg = error_arg
allow_rename = FALSE
),
arg = after_arg,
error_call = error_call
Expand Down

0 comments on commit a759189

Please sign in to comment.