summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2020-07-30 23:18:41 +0100
committerGitHub <noreply@github.com>2020-07-30 16:18:41 -0600
commita04ef3ff46f2526da1484bdd80995415ac7e1969 (patch)
tree41353a9a99afd1ce2f2aabbe07bc0b4523083988 /embedvar.h
parent9a2d423bf2574bc422a224b0042011206251ce19 (diff)
downloadperl-a04ef3ff46f2526da1484bdd80995415ac7e1969.tar.gz
Remove obsolete FCRYPT ifdefs and associated PL_cryptseen (#17624)
Co-authored-by: Karl Williamson <khw@cpan.org>
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 f9706b14a7..4427e0750e 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -107,7 +107,6 @@
#define PL_comppad_name_floor (vTHX->Icomppad_name_floor)
#define PL_constpadix (vTHX->Iconstpadix)
#define PL_cop_seqmax (vTHX->Icop_seqmax)
-#define PL_cryptseen (vTHX->Icryptseen)
#define PL_curcop (vTHX->Icurcop)
#define PL_curcopdb (vTHX->Icurcopdb)
#define PL_curlocales (vTHX->Icurlocales)