summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-03-11 16:16:18 -0600
committerKarl Williamson <khw@cpan.org>2020-03-11 16:33:06 -0600
commit2339a2013e49d6d22569f315a3add4ac4dd6649d (patch)
tree087a528222b8abd91fcaef9e28e842cb1c893d79 /proto.h
parent245e10a6f8587fc73d986c2e36c5b4e981553842 (diff)
downloadperl-2339a2013e49d6d22569f315a3add4ac4dd6649d.tar.gz
Rmv obsolete function
Use of this function was removed as part of adding wildcarding to the Unicode name property
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/proto.h b/proto.h
index 1a63b4f868..a6b68538ad 100644
--- a/proto.h
+++ b/proto.h
@@ -5813,11 +5813,6 @@ PERL_STATIC_NO_RET void S_re_croak(pTHX_ bool utf8, const char* pat, ...)
#define PERL_ARGS_ASSERT_RE_CROAK \
assert(pat)
-STATIC REGEXP* S_re_op_compile_wrapper(pTHX_ SV * const pattern, U32 orig_rx_flags, const U32 pm_flags)
- __attribute__warn_unused_result__;
-#define PERL_ARGS_ASSERT_RE_OP_COMPILE_WRAPPER \
- assert(pattern)
-
STATIC regnode_offset S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp, U32 depth);
#define PERL_ARGS_ASSERT_REG \
assert(pRExC_state); assert(flagp)