summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-02-07 17:26:13 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-02-15 13:31:15 +0000
commit157bd0a33a7b8191e671b32554eb0018b57f314c (patch)
tree4c126d63d6f606189d1ea024fae3f027cb17be5d /toke.c
parent6d7ebfa7d3430e86b053ac2852870f00c9f068d6 (diff)
downloadperl-157bd0a33a7b8191e671b32554eb0018b57f314c.tar.gz
No longer print experimental::isa warning (closes #18754)
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toke.c b/toke.c
index d8007bd1bf..ffb7320145 100644
--- a/toke.c
+++ b/toke.c
@@ -8132,8 +8132,6 @@ yyl_word_or_keyword(pTHX_ char *s, STRLEN len, I32 key, I32 orig_keyword, struct
LOP(OP_IOCTL,XTERM);
case KEY_isa:
- Perl_ck_warner_d(aTHX_
- packWARN(WARN_EXPERIMENTAL__ISA), "isa is experimental");
NCRop(OP_ISA);
case KEY_join: