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 /makedef.pl | |
parent | 325b6a7eb7dd2bd8c896e46bf02c44b175ef4e65 (diff) | |
download | perl-c52cb8175c7c08890821789b4c7177b1e0e92558.tar.gz |
remove deprecated PL_timesbuf
Saves memory in interp struct.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 05252cffd3..90c9368331 100644 --- a/makedef.pl +++ b/makedef.pl @@ -212,7 +212,6 @@ if ($ARGS{PLATFORM} ne 'os2') { PL_generation PL_lastgotoprobe PL_modcount - PL_timesbuf main ); } |