summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-09-06 23:25:34 +0200
committerJames E Keenan <jkeenan@cpan.org>2022-12-30 12:44:32 -0500
commit6511fa216f206f51796b47d9b2e97c478d3c54e2 (patch)
tree3d4c05a552fd1cc6c4f1b806078b2e500eac93c0 /handy.h
parent636f615b05c29932545c52430eb44aded7631c03 (diff)
downloadperl-6511fa216f206f51796b47d9b2e97c478d3c54e2.tar.gz
handy.h - remove unused macros
None of these are used anymore. See c62fdeb784c7643c90d2ea8c2ec0f03a548da338 for more details.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/handy.h b/handy.h
index 41e3465d01..efbfc0296f 100644
--- a/handy.h
+++ b/handy.h
@@ -1831,13 +1831,6 @@ END_EXTERN_C
* don't think it's necessary to be so for the purposes where this gets
* compiled */
# define isQUOTEMETA_(c) (FITS_IN_8_BITS(c) && ! isWORDCHAR_L1(c))
-# define _IS_IN_SOME_FOLD_ONLY_FOR_USE_BY_REGCOMP_DOT_C(c) isALPHA_L1(c)
-
- /* And these aren't accurate at all. They are useful only for above
- * Latin1, which utilities and bootstrapping don't deal with */
-# define _IS_NON_FINAL_FOLD_ONLY_FOR_USE_BY_REGCOMP_DOT_C(c) 0
-# define _HAS_NONLATIN1_SIMPLE_FOLD_CLOSURE_ONLY_FOR_USE_BY_REGCOMP_DOT_C_AND_REGEXEC_DOT_C(c) 0
-# define _HAS_NONLATIN1_FOLD_CLOSURE_ONLY_FOR_USE_BY_REGCOMP_DOT_C_AND_REGEXEC_DOT_C(c) 0
/* Many of the macros later in this file are defined in terms of these. By
* implementing them with a function, which converts the class number into