diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-08-20 21:43:03 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-08-29 10:57:00 -0600 |
commit | df38da56ea2adcf9854f6ca209dbb8630c7b9187 (patch) | |
tree | d3883b7bc730f23b5ad041db376ceb0b0cef1f33 /regen | |
parent | cb117658254e99ff28e9ae2c0ab36ffef6e9a319 (diff) | |
download | perl-df38da56ea2adcf9854f6ca209dbb8630c7b9187.tar.gz |
Remove no longer necessary constants
These character constants were used only for a special edge case in trie
construction that has been removed -- except for one instance in
regexec.c which could just as well be some other character.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/unicode_constants.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl index bbd4497f1c..a953f2b025 100644 --- a/regen/unicode_constants.pl +++ b/regen/unicode_constants.pl @@ -143,16 +143,10 @@ __DATA__ U+017F string U+0300 string -U+0301 string -U+0308 string U+0399 string U+03BC string -U+03B9 string - -U+03C5 string - U+1E9E string U+FB05 string |