summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-06 12:36:07 -0700
committerKarl Williamson <khw@cpan.org>2022-03-19 12:49:28 -0600
commitf3b9d183e48ac2bea3a55de469c56ca0e57884ce (patch)
treebced814078a7b6871b2227a0149f4c614f27035b /regcomp.c
parent09b064e1335d8f466010f17f50ad8210ef4a351d (diff)
downloadperl-f3b9d183e48ac2bea3a55de469c56ca0e57884ce.tar.gz
Stop emitting the experimental::regex_sets warning
This is in preparation for it becoming non-experimental
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/regcomp.c b/regcomp.c
index 0051936b48..518e00b9f4 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -16789,10 +16789,6 @@ S_handle_regex_sets(pTHX_ RExC_state_t *pRExC_state, SV** return_invlist,
* compile time values are valid in all runtime cases */
REQUIRE_UNI_RULES(flagp, 0);
- ckWARNexperimental(RExC_parse,
- WARN_EXPERIMENTAL__REGEX_SETS,
- "The regex_sets feature is experimental");
-
/* Everything in this construct is a metacharacter. Operands begin with
* either a '\' (for an escape sequence), or a '[' for a bracketed
* character class. Any other character should be an operator, or