summaryrefslogtreecommitdiff
path: root/intrpvar.h
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 /intrpvar.h
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 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index dc44b31cd7..515409463a 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -598,8 +598,6 @@ PERLVAR(I, HasMultiCharFold, SV *)
/* utf8 character class swashes */
PERLVAR(I, utf8_mark, SV *)
-PERLVAR(I, utf8_X_regular_begin, SV *)
-PERLVAR(I, utf8_X_extend, SV *)
PERLVAR(I, utf8_toupper, SV *)
PERLVAR(I, utf8_totitle, SV *)
PERLVAR(I, utf8_tolower, SV *)