Skip to content

Commit 439cd1e

Browse files
committed
- Remove is_vector_s3() (#19).
Closes #19.
1 parent 65f3edf commit 439cd1e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

R/format.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ vec_ptype_full.blob <- function(x) {
2727
"blob"
2828
}
2929

30-
# Dynamically exported, see zzz.R
31-
is_vector_s3.blob <- function(x) TRUE
32-
3330
blob_size <- function(x, digits = 3, trim = TRUE, ...) {
3431
x <- vapply(x, length, numeric(1))
3532
if (isTRUE(trim)) {

R/zzz.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# nocov start
22
.onLoad <- function(...) {
33
s3_register("pillar::pillar_shaft", "blob")
4-
s3_register("pillar::is_vector_s3", "blob")
54

65
invisible()
76
}

0 commit comments

Comments
 (0)