From d45af59131ef08bb1e100bd0b24ec6edf9a0187f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 22 Nov 2024 00:37:08 +0100 Subject: [PATCH] Remove dead code --- R/tbl-format.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/R/tbl-format.R b/R/tbl-format.R index 5c3c5c070..2d0c1a831 100644 --- a/R/tbl-format.R +++ b/R/tbl-format.R @@ -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