This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/unicode_constants.pl: Remove unused constant
authorKarl Williamson <public@khwilliamson.com>
Sun, 3 Mar 2013 03:29:33 +0000 (20:29 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 8 Mar 2013 17:19:16 +0000 (10:19 -0700)
This was added in the 5.17 series, so can't be yet in the field; and
isn't needed.

regen/unicode_constants.pl
unicode_constants.h

index 0bb5321..eac198e 100644 (file)
@@ -159,4 +159,3 @@ D800 first FIRST_SURROGATE
 00C5 native
 00FF native
 00B5 native
-0085 native
index f4d3172..f05f853 100644 (file)
@@ -37,7 +37,6 @@
 #define LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE_NATIVE 0x00C5    /* U+00C5 */
 #define LATIN_SMALL_LETTER_Y_WITH_DIAERESIS_NATIVE 0x00FF    /* U+00FF */
 #define MICRO_SIGN_NATIVE 0x00B5    /* U+00B5 */
-#define NEXT_LINE_NATIVE 0x0085    /* U+0085 */
 
 #endif /* H_UNICODE_CONSTANTS */