summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-12-18 07:13:25 -0700
committerKarl Williamson <khw@cpan.org>2021-12-18 09:31:32 -0700
commit3d8a032cdae99a33ec670db07df713358687dd6f (patch)
treeef7e303ff3aa4e55565febb1f4aab33ba7dac01a /utf8.c
parentd58d6b4be384ab0942be3856651b846220f90980 (diff)
downloadperl-3d8a032cdae99a33ec670db07df713358687dd6f.tar.gz
utf8.c: Rmv duplicate #define.
This code is identical to a few lines above it
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/utf8.c b/utf8.c
index 80ae166823..3c73714062 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2848,10 +2848,6 @@ Perl__to_upper_title_latin1(pTHX_ const U8 c, U8* p, STRLEN *lenp,
# define CF_AUX_TABLE_ptrs NULL
# define CF_AUX_TABLE_lengths NULL
#endif
-#ifndef HAS_UC_AUX_TABLES
-# define UC_AUX_TABLE_ptrs NULL
-# define UC_AUX_TABLE_lengths NULL
-#endif
/* Call the function to convert a UTF-8 encoded character to the specified case.
* Note that there may be more than one character in the result.