Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 22, 2024
1 parent b5341f2 commit d45af59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/tbl-format.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ format_tbl <- function(

if (!is.null(n_extra)) {
deprecate_stop("1.6.2", "pillar::format(n_extra = )", "pillar::format(max_extra_cols = )")
if (is.null(max_extra_cols)) {
max_extra_cols <- n_extra
}
}

# Reset local cache for each new output
Expand Down

0 comments on commit d45af59

Please sign in to comment.