summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-12-19 13:27:08 -0700
committerKarl Williamson <public@khwilliamson.com>2012-12-22 11:11:32 -0700
commitdd66872884ceadf7ea6b1f4f7872a8403a9eefdf (patch)
treee0403db267ac72a35777b57bb035a82523c9cc91 /embed.h
parentc7304fe2c9745e293d050d449bf599d84292f7b7 (diff)
downloadperl-dd66872884ceadf7ea6b1f4f7872a8403a9eefdf.tar.gz
utf8.c: Remove two internal now unused functions.
These functions were used internally as helpers for matching \X in regular expressions. They are no longer used.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index 786892d328..6c0eaa70c6 100644
--- a/embed.h
+++ b/embed.h
@@ -990,8 +990,6 @@
# endif
# if defined(PERL_IN_UTF8_C) || defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C)
#define _to_fold_latin1(a,b,c,d) Perl__to_fold_latin1(aTHX_ a,b,c,d)
-#define is_utf8_X_extend(a) Perl_is_utf8_X_extend(aTHX_ a)
-#define is_utf8_X_regular_begin(a) Perl_is_utf8_X_regular_begin(aTHX_ a)
# endif
#endif
#ifdef PERL_CORE