Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Mar 11, 2024
1 parent 5b1a7cd commit 7ff3456
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions R/profile.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7ff3456

Please sign in to comment.