summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-27 15:56:30 -0600
committerKarl Williamson <khw@cpan.org>2018-03-31 15:36:46 -0600
commit58a3ba2c60c551bd0f1655ca575d700688421a8c (patch)
tree7003fc7ed7ef1126ddad3613cb1e144b0be5f0b4 /embedvar.h
parent9e71ecc3058240ecb03bef0a24a00a635bd8e8f0 (diff)
downloadperl-58a3ba2c60c551bd0f1655ca575d700688421a8c.tar.gz
Remove obsolete variables
These were for when some of the Posix character classes were implemented as swashes, which is no longer the case, so these can be removed.
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embedvar.h b/embedvar.h
index 890a8b44e1..70d640615b 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -338,7 +338,6 @@
#define PL_unsafe (vTHX->Iunsafe)
#define PL_utf8_foldclosures (vTHX->Iutf8_foldclosures)
#define PL_utf8_mark (vTHX->Iutf8_mark)
-#define PL_utf8_swash_ptrs (vTHX->Iutf8_swash_ptrs)
#define PL_utf8cache (vTHX->Iutf8cache)
#define PL_utf8locale (vTHX->Iutf8locale)
#define PL_warn_locale (vTHX->Iwarn_locale)