diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2015-08-11 14:17:52 -0400 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2016-01-17 15:24:36 +0000 |
commit | c52cb8175c7c08890821789b4c7177b1e0e92558 (patch) | |
tree | 06d999c1e9ecc59e4d24387dcf82e31faba96811 /intrpvar.h | |
parent | 325b6a7eb7dd2bd8c896e46bf02c44b175ef4e65 (diff) | |
download | perl-c52cb8175c7c08890821789b4c7177b1e0e92558.tar.gz |
remove deprecated PL_timesbuf
Saves memory in interp struct.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/intrpvar.h b/intrpvar.h index 090bc58605..400b4b713d 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -190,11 +190,6 @@ PERLVAR(I, statcache, Stat_t) /* _ */ PERLVAR(I, statgv, GV *) PERLVARI(I, statname, SV *, NULL) -#ifdef HAS_TIMES -/* Will be removed soon after v5.21.0. See RT #121351 */ -PERLVAR(I, timesbuf, struct tms) -#endif - /* =for apidoc mn|SV*|PL_rs |