This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Eliminate remaining uses of PL_statbuf
[perl5.git]
/
intrpvar.h
diff --git
a/intrpvar.h
b/intrpvar.h
index
d203855
..
c6070ea
100644
(file)
--- a/
intrpvar.h
+++ b/
intrpvar.h
@@
-188,7
+188,6
@@
PERLVAR(I, na, STRLEN) /* for use in SvPV when length is
Not Applicable */
/* stat stuff */
-PERLVAR(I, statbuf, Stat_t)
PERLVAR(I, statcache, Stat_t) /* _ */
PERLVAR(I, statgv, GV *)
PERLVARI(I, statname, SV *, NULL)