summaryrefslogtreecommitdiff
path: root/sv.c
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 /sv.c
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 'sv.c')
-rw-r--r--sv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sv.c b/sv.c
index 3b65510a88..76cc80169d 100644
--- a/sv.c
+++ b/sv.c
@@ -14946,8 +14946,6 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
}
PL_GCB_invlist = sv_dup_inc(proto_perl->IGCB_invlist, param);
PL_utf8_mark = sv_dup_inc(proto_perl->Iutf8_mark, param);
- PL_utf8_X_regular_begin = sv_dup_inc(proto_perl->Iutf8_X_regular_begin, param);
- PL_utf8_X_extend = sv_dup_inc(proto_perl->Iutf8_X_extend, param);
PL_utf8_toupper = sv_dup_inc(proto_perl->Iutf8_toupper, param);
PL_utf8_totitle = sv_dup_inc(proto_perl->Iutf8_totitle, param);
PL_utf8_tolower = sv_dup_inc(proto_perl->Iutf8_tolower, param);