summaryrefslogtreecommitdiff
path: root/utfebcdic.h
diff options
context:
space:
mode:
Diffstat (limited to 'utfebcdic.h')
-rw-r--r--utfebcdic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/utfebcdic.h b/utfebcdic.h
index ad4df4544f..8fe4bdc143 100644
--- a/utfebcdic.h
+++ b/utfebcdic.h
@@ -217,9 +217,6 @@ explicitly forbidden, and the shortest possible encoding should always be used
* l1_char_class_tab.h.
* Comments as to the meaning of each are given at their corresponding utf8.h
* definitions. */
-
-#define UTF8_IS_START(c) _generic_isCC(c, _CC_UTF8_IS_START)
-
/* Equivalent to ! UVCHR_IS_INVARIANT(c) */
#define UTF8_IS_CONTINUED(c) cBOOL(FITS_IN_8_BITS(c) \
&& ! (PL_charclass[(U8) (c)] & (_CC_mask(_CC_ASCII) | _CC_mask(_CC_CNTRL))))