From 7ff34568883f091cd30feb9c66a77945cf5408ac Mon Sep 17 00:00:00 2001 From: Mauro Lepore Date: Mon, 11 Mar 2024 00:14:26 +0000 Subject: [PATCH] Remove dead code --- R/profile.R | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/R/profile.R b/R/profile.R index b5ff61c..8c9cc5d 100644 --- a/R/profile.R +++ b/R/profile.R @@ -1,13 +1,3 @@ -customized <- function(f, options) { - force(f) - force(options) - - function(...) { - withr::local_options(options) - f(...) - } -} - #' @export #' @keywords internal #' @inherit tiltIndicatorAfter::profile_emissions