Skip to content

Commit feb71f6

Browse files
revert dummy implementation
1 parent 2df14ec commit feb71f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/relevel.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,8 @@ wrap_expr_in_expr <- function(pd) {
125125
#' )
126126
#' @keywords internal
127127
relocate_eq_assign <- function(pd) {
128-
if (FALSE) {
129-
pd
130-
} else {
131128
pd %>%
132129
post_visit(c(relocate_eq_assign_nest))
133-
}
134130
}
135131

136132

0 commit comments

Comments
 (0)