summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-04-12 12:49:36 -0600
committerKarl Williamson <khw@cpan.org>2016-05-24 10:28:37 -0600
commit78d57975d5aa732ef6dfba842558183e8880539c (patch)
treef9d343b504c7e1b5c0b2895cb4ae8d831f8135f5 /locale.c
parenta4a439fb9cd74c575855119abb55dc091955bdf4 (diff)
downloadperl-78d57975d5aa732ef6dfba842558183e8880539c.tar.gz
mv function from locale.c to mathoms.c
The previous commit causes this function being moved to be just a wrapper not called in core. Just in case someone is calling it, it is retained, but moved to mathoms.c
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/locale.c b/locale.c
index 667a1bcec7..ba283700c4 100644
--- a/locale.c
+++ b/locale.c
@@ -1373,21 +1373,9 @@ Perl_init_i18nl10n(pTHX_ int printwarn)
return ok;
}
-
#ifdef USE_LOCALE_COLLATE
char *
-Perl_mem_collxfrm(pTHX_ const char *input_string, STRLEN len, STRLEN *xlen)
-{
- /* This function is retained for compatibility in case someone outside core
- * is using this (but it is undocumented) */
-
- PERL_ARGS_ASSERT_MEM_COLLXFRM;
-
- return _mem_collxfrm(input_string, len, xlen, FALSE);
-}
-
-char *
Perl__mem_collxfrm(pTHX_ const char *input_string,
STRLEN len, /* Length of 'input_string' */
STRLEN *xlen, /* Set to length of returned string