diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-24 01:51:24 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-24 01:51:24 +0000 |
commit | e969301f394bfa96c6a3ba97bf97c3fb48a9b711 (patch) | |
tree | b75d030bcb0d9042c8d168541aa9a4e4fa9db875 /intrpvar.h | |
parent | 7a52d87a7fbc7848e6b3e9e96db52d4070212cca (diff) | |
download | perl-e969301f394bfa96c6a3ba97bf97c3fb48a9b711.tar.gz |
remove vestiges of PL_last_proto
p4raw-id: //depot/perl@3448
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 457ad75e0c..e4f112e222 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -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) |