This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Superparanoia.
[perl5.git] / intrpvar.h
index dbb9a12..6a34ea4 100644 (file)
@@ -531,9 +531,6 @@ PERLVAR(IDBassertion,   SV *)
 
 PERLVARI(Icv_has_eval, I32, 0) /* PL_compcv includes an entereval or similar */
 
-/* Restricted hashes placeholder value */
-PERLVAR(Isv_placeholder, SV)
-
 /* New variables must be added to the very end, before this comment,
  * for binary compatibility (the offsets of the old members must not change).
  * (Don't forget to add your variable also to perl_clone()!)