summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-07-30 18:00:31 -0500
committerTodd Rinaldo <toddr@cpan.org>2020-07-30 18:00:31 -0500
commitc62d2b0494e005c22d52396141637b6b9050e79c (patch)
treea120243314a00120e9eb59a41698ebe60c8a40ba /intrpvar.h
parent981fbfc16220a15e72457d8ece4e014988746946 (diff)
downloadperl-c62d2b0494e005c22d52396141637b6b9050e79c.tar.gz
Add missing removal of FCRYPT macro use after rebase
Fixup for #17624
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 7ac68e4c01..07133dd544 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -719,12 +719,6 @@ PERLVAR(I, pad_reset_pending, bool) /* reset pad on next attempted alloc */
PERLVAR(I, srand_called, bool)
-#ifdef FCRYPT
-PERLVARI(I, cryptseen, bool, FALSE) /* has fast crypt() been initialized? */
-/* Seven byte hole in the interpreter structure. */
-/* GH#17623 - FCRYPT may never be defined, consequently may be removed soon. */
-#endif
-
#ifdef USE_LOCALE_NUMERIC
PERLVARI(I, numeric_underlying, bool, TRUE)