Skip to content

Commit e76fa70

Browse files
committed
Remove method for unspecified
1 parent ba42e52 commit e76fa70

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ S3method(vec_ptype2,blob)
1515
S3method(vec_ptype2.blob,blob)
1616
S3method(vec_ptype2.blob,default)
1717
S3method(vec_ptype2.blob,list)
18-
S3method(vec_ptype2.blob,vctrs_unspecified)
1918
S3method(vec_ptype2.list,blob)
2019
S3method(vec_ptype_abbr,blob)
2120
S3method(vec_ptype_full,blob)

R/coerce.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ vec_ptype2.blob.blob <- function(x, y, ...) {
2121
new_blob(list())
2222
}
2323

24-
#' @method vec_ptype2.blob vctrs_unspecified
25-
#' @export
26-
vec_ptype2.blob.vctrs_unspecified <- function(x, y, ...) x
27-
2824
#' @method vec_ptype2.blob list
2925
#' @export
3026
vec_ptype2.blob.list <- function(x, y, ..., x_arg = "", y_arg = "") {

0 commit comments

Comments
 (0)