summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/regcomp.c b/regcomp.c
index 0e86710dcd..496b7567a4 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -8631,17 +8631,6 @@ Perl__invlist_invert(pTHX_ SV* const invlist)
*get_invlist_offset_addr(invlist) = ! *get_invlist_offset_addr(invlist);
}
-void
-Perl__invlist_invert_prop(pTHX_ SV* const invlist)
-{
- /* Complement the input inversion list (which must be a Unicode property).
- * Starting in v5.20, this is no different than any invert. */
-
- PERL_ARGS_ASSERT__INVLIST_INVERT_PROP;
-
- _invlist_invert(invlist);
- return;
-}
#endif
PERL_STATIC_INLINE SV*