summaryrefslogtreecommitdiff
path: root/lib/unicore/mktables
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-04-25 14:21:04 -0600
committerKarl Williamson <khw@cpan.org>2018-06-25 07:33:28 -0600
commit93957e94a6f30f1f6f271bb0c0609e683cb687ab (patch)
tree87a286ae39e090b1cd3ad43119c1be270a634e7f /lib/unicore/mktables
parent3f3e5f02fd7170c0d48828479ecbf3fd5333e794 (diff)
downloadperl-93957e94a6f30f1f6f271bb0c0609e683cb687ab.tar.gz
Remove support for qr/\p{_Comb_Above}/
This property is no longer used in the core, nor in cpan, and is marked as for core use only, not necessarily stable. I have kept it around because it was work to remove it, but now the revamping of the property lookup scheme was causing failures with a similar property, and the previous commit removed that one. There are just three of these properties, and I think it's time to remove support for all three. The next commit will do the same for the third one.
Diffstat (limited to 'lib/unicore/mktables')
-rw-r--r--lib/unicore/mktables7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 1b295a4b35..9a4a9870e7 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -14469,13 +14469,6 @@ sub compile_perl() {
calculate_Assigned();
- # Our internal-only property should be treated as more than just a
- # synonym; grandfather it in to the pod.
- $perl->add_match_table('_CombAbove', Re_Pod_Entry => 1,
- Fate => $INTERNAL_ONLY, Status => $DISCOURAGED)
- ->set_equivalent_to(property_ref('ccc')->table('Above'),
- Related => 1);
-
my $ASCII = $perl->add_match_table('ASCII');
if (defined $block) { # This is equivalent to the block if have it.
my $Unicode_ASCII = $block->table('Basic_Latin');