diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-02 20:29:33 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-03-08 10:19:16 -0700 |
commit | 5e250d2c6a5f45c36f5dfcf70e02931161e97695 (patch) | |
tree | 7024ab876ecd02faf10870b3a66182a3946d5209 /unicode_constants.h | |
parent | 5a731a17989fbfa436b52f1a6df9da10b9f9411f (diff) | |
download | perl-5e250d2c6a5f45c36f5dfcf70e02931161e97695.tar.gz |
regen/unicode_constants.pl: Remove unused constant
This was added in the 5.17 series, so can't be yet in the field; and
isn't needed.
Diffstat (limited to 'unicode_constants.h')
-rw-r--r-- | unicode_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unicode_constants.h b/unicode_constants.h index f4d3172b53..f05f853a9b 100644 --- a/unicode_constants.h +++ b/unicode_constants.h @@ -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 */ |