summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-02-19 13:21:22 -0700
committerKarl Williamson <khw@cpan.org>2015-02-19 22:55:02 -0700
commit56e1afc448b92d9defd7bf20e5e9966b1acd3dae (patch)
treea5128f57b2e3b055bda7c1974f1e8c94980c1ee0 /regen
parentaa38344828be7d6b6a4fb83bedc3ca2a8eb43bdd (diff)
downloadperl-56e1afc448b92d9defd7bf20e5e9966b1acd3dae.tar.gz
Remove obsolete macros/tables for \X
A previous commit changed how \X is implemented, and now we don't need these anymore.
Diffstat (limited to 'regen')
-rwxr-xr-xregen/regcharclass.pl28
1 files changed, 0 insertions, 28 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl
index cd19563aae..9a83e54331 100755
--- a/regen/regcharclass.pl
+++ b/regen/regcharclass.pl
@@ -1613,34 +1613,6 @@ SURROGATE: Surrogate characters
=> UTF8 :fast
\p{Gc=Cs}
-GCB_L: Grapheme_Cluster_Break=L
-=> UTF8 :fast
-\p{_X_GCB_L}
-
-GCB_LV_LVT_V: Grapheme_Cluster_Break=(LV or LVT or V)
-=> UTF8 :fast
-\p{_X_LV_LVT_V}
-
-GCB_Prepend: Grapheme_Cluster_Break=Prepend
-=> UTF8 :fast
-\p{_X_GCB_Prepend}
-
-GCB_RI: Grapheme_Cluster_Break=RI
-=> UTF8 :fast
-\p{_X_RI}
-
-GCB_SPECIAL_BEGIN_START: Grapheme_Cluster_Break=special_begin_starts
-=> UTF8 :fast
-\p{_X_Special_Begin_Start}
-
-GCB_T: Grapheme_Cluster_Break=T
-=> UTF8 :fast
-\p{_X_GCB_T}
-
-GCB_V: Grapheme_Cluster_Break=V
-=> UTF8 :fast
-\p{_X_GCB_V}
-
# This program was run with this enabled, and the results copied to utf8.h;
# then this was commented out because it takes so long to figure out these 2
# million code points. The results would not change unless utf8.h decides it