summaryrefslogtreecommitdiff
path: root/perly.y
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-02-15 13:46:29 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-02-20 00:07:03 +0000
commitcfba07361715cb0d6a84baf47f627ec4047d45a3 (patch)
treefbbfae246a7740d57aa4538ba66a48b74e6ece46 /perly.y
parentdf74e889768b1b16be38c808c6f5ee92424c4cae (diff)
downloadperl-cfba07361715cb0d6a84baf47f627ec4047d45a3.tar.gz
Don't emit experimental::signatures warning (closes #13681)
Diffstat (limited to 'perly.y')
-rw-r--r--perly.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/perly.y b/perly.y
index 67877cd7b9..60eca783e1 100644
--- a/perly.y
+++ b/perly.y
@@ -853,10 +853,6 @@ subsigguts:
"subroutine signatures not enabled");
/* We shouldn't get here otherwise */
- Perl_ck_warner_d(aTHX_
- packWARN(WARN_EXPERIMENTAL__SIGNATURES),
- "The signatures feature is experimental");
-
aux = (struct op_argcheck_aux*)
PerlMemShared_malloc(
sizeof(struct op_argcheck_aux));