Skip to content

Commit ca33ec4

Browse files
committed
Remove extra
1 parent eef334b commit ca33ec4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

R/dockerignore-core.R

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ c.dockerignore <- function(...) {
3737
result
3838
}
3939

40-
#' Test if an object is a dockerfile
41-
#'
42-
#' @param x Object to test
43-
#' @return TRUE if x is a dockerfile, FALSE otherwise
44-
#' @export
45-
is_dockerfile <- function(x) {
46-
inherits(x, "dockerfile")
47-
}
48-
4940
#' Test if an object is a dockerignore
5041
#'
5142
#' @param x Object to test

0 commit comments

Comments
 (0)