Skip to content

Commit 9997221

Browse files
committed
Revert "Warn on ptype2 incompatibility"
This reverts commit f3bf2ef.
1 parent 437e005 commit 9997221

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

R/utilities.r

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -669,13 +669,11 @@ with_ordered_restart <- function(expr, .call) {
669669
")"
670670
)
671671

672-
if (inherits(cnd, "vctrs_error_ptype2")) {
673-
deprecate_soft0(
674-
"3.4.0",
675-
I(msg),
676-
details = desc
677-
)
678-
}
672+
deprecate_soft0(
673+
"3.4.0",
674+
I(msg),
675+
details = desc
676+
)
679677

680678
x_arg <- cnd[["x_arg"]]
681679
y_arg <- cnd[["y_arg"]]

0 commit comments

Comments
 (0)