summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-05-10 08:29:46 -0600
committerKarl Williamson <khw@cpan.org>2017-06-01 08:34:44 -0600
commitf566c7cf87dd8cddca3b53169472641c74a2051b (patch)
treecf2b937d5c8fab31a0e82de282e9197060dbee43 /proto.h
parentbe332ba06074217fe64db4a8ba1152985b21428a (diff)
downloadperl-f566c7cf87dd8cddca3b53169472641c74a2051b.tar.gz
Remove deprecated function 'to_utf8_case()'
This is keeping with the schedule for 5.28.
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 f60564370a..b581ffdbaf 100644
--- a/proto.h
+++ b/proto.h
@@ -3515,11 +3515,6 @@ PERL_CALLCONV U32 Perl_to_uni_upper_lc(pTHX_ U32 c)
__attribute__deprecated__
__attribute__warn_unused_result__;
-PERL_CALLCONV UV Perl_to_utf8_case(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, const char *normal, const char *special)
- __attribute__deprecated__;
-#define PERL_ARGS_ASSERT_TO_UTF8_CASE \
- assert(p); assert(ustrp); assert(swashp); assert(normal)
-
#ifndef NO_MATHOMS
PERL_CALLCONV UV Perl_to_utf8_fold(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp)
__attribute__deprecated__;