This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove vestiges of PL_last_proto
[perl5.git] / intrpvar.h
index 457ad75..e4f112e 100644 (file)
@@ -119,7 +119,6 @@ PERLVAR(Ifdpid,             AV *)           /* keep fd-to-pid mappings for my_popen */
 /* internal state */
 PERLVAR(Itainting,     bool)           /* doing taint checks */
 PERLVARI(Iop_mask,     char *, NULL)   /* masked operations for safe evals */
-PERLVAR(Ilast_proto, char *)           /* Prototype of last sub seen. */
 
 /* trace state */
 PERLVAR(Idlevel,       I32)